Liking cljdoc? Tell your friends :D

bbolt.compact


compact-db!clj

(compact-db! dst-db src-db tx-max-size)

Copy keys from src-db into dst-db with optional tx-max-size caps. Mirrors Go's bolt.Compact behavior.

Copy keys from src-db into dst-db with optional tx-max-size caps.
Mirrors Go's bolt.Compact behavior.
raw docstring

compact-file!clj

(compact-file! src-path dst-path)
(compact-file! src-path
               dst-path
               {:keys [tx-max-size no-sync verify] :or {no-sync false}})

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close