(schema-to-datomic definition)(schema-to-datomic definition configs)Converts {} schema to [{}...] datomic schema to be inserted into the database. Configs are optional, with optional keys, as following:
A key sent in the list of the configs will have:
in :indexed = db/indexed true
in :components = db/isComponent true
in :historyless = db/noHistory true
Converts {} schema to [{}...] datomic schema to be inserted into the database.
Configs are optional, with optional keys, as following:
- {:indexed [:ks...] :components [:ks...] :historyless [:ks...]}
A key sent in the list of the configs will have:
- in :indexed = db/indexed true
- in :components = db/isComponent true
- in :historyless = db/noHistory true(schemas-to-datomic definitions)(schemas-to-datomic definitions configs)converts a col of definitions into datomic schema
converts a col of definitions into datomic schema
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 |