(begin-tx db)(begin-tx db mode)Start an explicit transaction. Mode is :ro/:read or :rw/:write.
Start an explicit transaction. Mode is :ro/:read or :rw/:write.
(bucket parent path)(close db)(commit tx)(compact! src-path dst-path)(compact! src-path dst-path opts)Create a compacted copy of src-path at dst-path. Supported opts: :tx-max-size long, defaults to 65536 :no-sync boolean, defaults to false :verify one of :none, :basic, :deep, defaults to :basic
Create a compacted copy of src-path at dst-path. Supported opts: :tx-max-size long, defaults to 65536 :no-sync boolean, defaults to false :verify one of :none, :basic, :deep, defaults to :basic
(create-bucket parent name)(create-bucket-if-not-exists parent name)(delete bucket-or-tx key)(delete target path key)(delete-bucket parent name)(ensure-bucket parent path)(entries bucket-or-tx)(entries target path)(get bucket-or-tx key)(get target path key)(get-edn bucket-or-tx key)(get-edn target path key)(inspect parent)(move-bucket parent old-name new-name)(open path)(open path opts)(put bucket-or-tx key val)(put target path key val)(put-edn bucket-or-tx key val)(put-edn target path key val)(rollback tx)(sequence bucket)(sequence target path)(stats parent)(with-tx-ro [sym db] & body)(with-tx-rw [sym db] & body)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 |