Liking cljdoc? Tell your friends :D

autonormal.core


addclj/s

(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`.
sourceraw docstring

add-reportclj/s

(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`
sourceraw docstring

dbclj/s

(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.
sourceraw docstring

deleteclj/s

(delete db lookup-ref)
source

not-foundclj/s

source

pullclj/s

(pull db query)
source

pull-reportclj/s

(pull-report db query)

Execute an EQL query against a normalized map db.

Execute an EQL query against a normalized map `db`.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close