Atom-backed storage implementation with optional file persistence via duratom.
Holds entities canonically: datetime fields are ZonedDateTime,
duration fields are Duration. The handler layer coerces incoming
request bodies to this shape before reaching storage.
Atom-backed storage implementation with optional file persistence via duratom. Holds entities canonically: datetime fields are `ZonedDateTime`, duration fields are `Duration`. The handler layer coerces incoming request bodies to this shape before reaching storage.
(new-atom-storage)Create an AtomStorage component. Depends on :config. When config has :storage-file-path, uses a file-backed duratom. Otherwise uses a plain in-memory atom.
Create an AtomStorage component. Depends on :config. When config has :storage-file-path, uses a file-backed duratom. Otherwise uses a plain in-memory atom.
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 |