Liking cljdoc? Tell your friends :D

com.verybigthings.penkala.next-jdbc


clj->jsonb-pgobjclj

(clj->jsonb-pgobj value)
source

default-next-jdbc-optionsclj

source

exec-internal-db-scriptclj

(exec-internal-db-script db-spec db-script-name)
(exec-internal-db-script db-spec db-script-name params)
source

get-envclj

(get-env db-spec)
(get-env db-spec config)

Gets the env information from a database. It will list all tables and views and return a map where keys are table names and values are relations. In case of the non-default schemas, namespaced keys will be used, where the namespace will be the schema name.

Gets the env information from a database. It will list all tables and views and return a map where keys are table
names and values are relations. In case of the non-default schemas, namespaced keys will be used, where the namespace
will be the schema name.
sourceraw docstring

get-env-next-jdbc-optionsclj

source

hugsql-adapterclj

source

internal-db-scriptsclj

source

pgobj->cljclj

(pgobj->clj pgobj)
source

prettify-sqlclj

(prettify-sql sql)
source

select!clj

(select! env relation)
(select! env relation params)
(select! env relation params decomposition-schema-overrides)

Selects the results based on the relation and returns them decomposed.

Selects the results based on the relation and returns them decomposed.
sourceraw docstring

select-one!clj

(select-one! env relation)
(select-one! env relation params)
(select-one! env relation params decomposition-schema-overrides)

Selects the results based on the relation and returns the first one decomposed. This will not change the relation by adding a limit

Selects the results based on the relation and returns the first one decomposed. This will not change the relation by
adding a limit
sourceraw docstring

with-relationsclj

(with-relations env relations)
source

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

× close