Liking cljdoc? Tell your friends :D

clj-pg.easy


*db*clj


createclj

(create spec data)

create-databaseclj

(create-database db & [template])

create-tableclj

(create-table spec)

database-exists?clj

(database-exists? & args)

datasourcesclj


debug-queryclj

(debug-query sql)

deleteclj

(delete spec id)

drop-databaseclj

(drop-database db-name)

drop-tableclj

(drop-table & args)

executeclj

(execute & args)

execute!clj

(execute! & args)

get-datasourceclj

(get-datasource db-name ds-fn)

queryclj

(query & args)

query-firstclj

(query-first & args)

query-valueclj

(query-value & args)

shutdown-connectionsclj

(shutdown-connections)

shutdown-connections-for-dbclj

(shutdown-connections-for-db db-name)

stopclj

(stop datasources)

table-exists?clj

(table-exists? & args)

transactioncljmacro

(transaction & body)

try-with-rollbackcljmacro

(try-with-rollback & body)

updateclj

(update spec ent)

with-dbcljmacro

(with-db db-name ds-fn & body)

with-db-speccljmacro

(with-db-spec conn & body)

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

× close