Liking cljdoc? Tell your friends :D

clj-pg.honey


createclj

(create db {tbl :table :as spec} data)

create-databaseclj

(create-database db db-name & [template])

create-tableclj

(create-table db spec)

create-table-hsqlclj

(create-table-hsql spec)

database-exists?clj

(database-exists? db db-name)

debug-queryclj

(debug-query db sql)

deleteclj

(delete db {tbl :table :as spec} id)

drop-databaseclj

(drop-database db db-name)

drop-tableclj

(drop-table db spec & [opts])

exec!clj

(exec! db sql)

execute raw SQL without escape processing

execute raw SQL without escape processing
raw docstring

executeclj

(execute db hsql)

execute honey SQL

execute honey SQL
raw docstring

execute!clj

(execute! db hsql)

execute honey SQL out of transaction

execute honey SQL out of transaction
raw docstring

from-startcljmacro

(from-start start)

quailified-nameclj

(quailified-name tbl)

queryclj

(query db hsql)
(query db h & more)

query honey SQL

query honey SQL
raw docstring

query-firstclj

(query-first db & hsql)

query-valueclj

(query-value db & hsql)

table-exists?clj

(table-exists? db tbl)

updateclj

(update db {tbl :table pk :pk :as spec} data)

with-connectionclj

(with-connection db f)

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

× close