(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`.
(add-report db data)Takes a normalized map db, and some new data.
Returns a map containing keys:
:db, the data normalized and merged into db.:entities, a set of entities found in dataTakes a normalized map `db`, and some new `data`. Returns a map containing keys: - `:db`, the data normalized and merged into `db`. - `:entities`, a set of entities found in `data`
(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-report db query)Execute an EQL query against a normalized map db.
Execute an EQL query against a normalized map `db`.
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 |