(base/base deta-key basename)
deta-key is invalid or not provided.(base/put db data)
(base/put db data key)
deta-key is invalid or not provided.(base/get db key)
nil if the key does not exist or an error occurs.key is not provided or is empty.(base/delete db key)
nil. The function does not return a meaningful value as its purpose is to remove an item from the database.Exception if the key is not provided or is empty.(base/insert db data)
(base/insert db data key)
Exception if the data type is not supported, or if deta-key is invalid or not provided, or if an item with the provided key already exists.Can you improve this documentation?Edit on GitHub
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 |