Utils for working with database.
Utils for working with database.
(create-migrations-table db migrations-table)
Create table to keep migrations history.
Create table to keep migrations history.
(db-conn jdbc-url)
Return db connection for performing migration.
Return db connection for performing migration.
(exec-raw! db query)
Send raw sql query to db.
Send raw sql query to db.
(fmt data)
(fmt data dialect)
Format data to sql query with configured dialect.
Format data to sql query with configured dialect.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close