DB operations for DB schema retrieval and GraphQL operations.
DB operations for DB schema retrieval and GraphQL operations.
(aggregate db table aggrs & [params])
Executes aggregation query with provided paramters.
Executes aggregation query with provided paramters.
(aggregate-grp-by db table aggrs grp-by & [params])
Executes aggregation with a single group-by clause.
Executes aggregation with a single group-by clause.
(create! db rsc raw-map opts)
Executes create statement with parameter map.
Executes create statement with parameter map.
(delete! db table pk-map)
Executes delete statement with primary key map.
Executes delete statement with primary key map.
(list-partitioned db table part-col-key params)
Executes select statements with partitions by a column.
Executes select statements with partitions by a column.
(list-up db table params)
Executes a select statement from a table with provided parameters.
Executes a select statement from a table with provided parameters.
(schema db)
Queries DB schema including primary keys and foreign keys.
Queries DB schema including primary keys and foreign keys.
(update! db table pk-map raw-map)
Executes update statement with primary key map and parameter map.
Executes update statement with primary key map and parameter map.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close