(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 builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |