Liking cljdoc? Tell your friends :D

datahike.middleware


bare-bones-schemaclj/s

source

create-schema-connclj/s

(create-schema-conn)

Creates a conn that has all the necessary base schema to be used with transactional schema. You should also use schema-meta whenever you use any of d/transact! d/with d/db-with

Creates a conn that has all the necessary base schema to be used with transactional schema. You should also use schema-meta whenever you use any of d/transact! d/with d/db-with
sourceraw docstring

enum-identsclj/s

source

keep-meta-metaclj/s

source

keep-meta-middlewareclj/s

(keep-meta-middleware transact)

tx-middleware to keep any meta-data on the db-value after a transaction. Assumes all metadata is in {:map :format}.

tx-middleware to keep any meta-data on the db-value after a transaction. Assumes all metadata is in {:map :format}.
sourceraw docstring

kitchen-sink-metaclj/s

source

schema-attrsclj/s

source

schema-dbclj/s

(schema-db)
source

schema-identsclj/s

source

schema-metaclj/s

source

schema-middlewareclj/s

(schema-middleware transact)

Takes schema transactions and puts them into the simplified schema map.

Takes schema transactions and puts them into the simplified schema map.
sourceraw docstring

validate-schema-changeclj/s

(validate-schema-change db-before db-after)
source

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

× close