Liking cljdoc? Tell your friends :D
All platforms.

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

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

not-foundclj/s

source

pullclj/s

(pull 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