Liking cljdoc? Tell your friends :D

phrag.db

DB operations for DB schema retrieval and GraphQL operations.

DB operations for DB schema retrieval and GraphQL operations.
raw docstring

aggregateclj

(aggregate db table aggrs & [params])

Executes aggregation query with provided paramters.

Executes aggregation query with provided paramters.
sourceraw docstring

aggregate-grp-byclj

(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.
sourceraw docstring

column-infocljmultimethod

source

create!clj

(create! db rsc raw-map opts)

Executes create statement with parameter map.

Executes create statement with parameter map.
sourceraw docstring

delete!clj

(delete! db table pk-map)

Executes delete statement with primary key map.

Executes delete statement with primary key map.
sourceraw docstring

foreign-keyscljmultimethod

source

list-partitionedclj

(list-partitioned db table part-col-key params)

Executes select statements with partitions by a column.

Executes select statements with partitions by a column.
sourceraw docstring

list-upclj

(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.
sourceraw docstring

primary-keyscljmultimethod

source

schemaclj

(schema db)

Queries DB schema including primary keys and foreign keys.

Queries DB schema including primary keys and foreign keys.
sourceraw docstring

table-namescljmultimethod

source

update!clj

(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.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close