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