Entitydb 0.1.4
EntityDB - In memory entity store for ClojureScript applications.
Installation
To install, add the following dependency to your project or build file:
[keechma/entitydb "0.1.4"]
Namespaces
entitydb.core
Public variables and functions:
- append-collection
- append-related-collection
- empty-collection
- get-collection
- get-collection-meta
- get-item-by-id
- get-item-meta
- get-named-item
- get-named-item-meta
- get-relation-path
- insert-collection
- insert-item
- insert-item-when-not-nil
- insert-meta
- insert-named-item
- insert-related-collection
- make-dbal
- prepend-collection
- prepend-related-collection
- relations
- remove-collection
- remove-item
- remove-meta
- remove-named-item
- remove-related-collection
- vacuum
- wrap-collection-fn-with-relation-path