(delete-store path)
Removes store from disk.
Removes store from disk.
(new-leveldb-store path
&
{:keys [leveldb-opts serializer read-handlers write-handlers]
:or {serializer (ser/fressian-serializer)
read-handlers (atom {})
write-handlers (atom {})
leveldb-opts {}}})
(release store)
Close the underlying LevelDB store. This cleanup is necessary as only one instance of LevelDB is allowed to work on a store at a time.
Close the underlying LevelDB store. This cleanup is necessary as only one instance of LevelDB is allowed to work on a store at a time.
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 |