Liking cljdoc? Tell your friends :D

clanhr.postgres-gateway.utils

Utilities for handling PG

Utilities for handling PG
raw docstring

->lisp-case-keysclj

(->lisp-case-keys model)

Transforms database keys with _ in clojure keys with -

Transforms database keys with _ in clojure keys with -
sourceraw docstring

->snake-case-keysclj

(->snake-case-keys model)

Transforms lisp case keys with - in database keys with _

Transforms lisp case keys with - in database keys with _
sourceraw docstring

add-in-logicclj

(add-in-logic query config)

Injects in logic

Injects in logic
sourceraw docstring

add-page-logicclj

(add-page-logic query config)

Injects paging limits

Injects paging limits
sourceraw docstring

array-column-valueclj

(array-column-value coll)

Transforms into postgres array column format a sequence of values

Transforms into postgres array column format a sequence of values
sourceraw docstring

convert-intclj

(convert-int raw)

Converts the value to int, if needed

Converts the value to int, if needed
sourceraw docstring

in-str-coll-valueclj

(in-str-coll-value coll)

Transforms into a postgres in collection value

Transforms into a postgres in collection value
sourceraw docstring

like-valueclj

(like-value raw)

Transforms into a postgres like value

Transforms into a postgres like value
sourceraw docstring

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

× close