(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
(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}.
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close