(clj->jsonb-pgobj value)
(migrate! database)
(migration-config {:keys [uri migrations-dir]})
(pgobj->clj pgobj)
(query! database query-key params)
Runs a database query and returns the result. The query most have been defined in the query-files passed when initializing the ::database system.
Runs a database query and returns the result. The query most have been defined in the query-files passed when initializing the ::database system.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close