(add db data)
(add db data & more)
Takes a normalized map db
, and some new data
.
Returns a new map with the data normalized and merged into db
.
Takes a normalized map `db`, and some new `data`. Returns a new map with the data normalized and merged into `db`.
(db)
(db entities)
Takes an optional collection of entities
.
Returns a new map with the entities
normalized.
Takes an optional collection of `entities`. Returns a new map with the `entities` normalized.
(pull db query)
Execute an EQL query against a normalized map db
.
Execute an EQL query against a normalized map `db`.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close