(create-bucket conn)
(create-bucket conn
bucket-name
&
{:keys [chunk-size-bytes read-concern read-preference
timeout-ms]})
(drop-bucket! conn)
(drop-bucket! conn bucket-or-bucket-name)
Drop data associated with the bucket from the database.
If no explicit bucket-or-bucket-name
is given, the implicit
bucket in the conn
is dropped.
Returns nil
.
Drop data associated with the bucket from the database. If no explicit `bucket-or-bucket-name` is given, the implicit bucket in the `conn` is dropped. Returns `nil`.
(with-bucket conn)
(with-bucket conn
&
{:keys [chunk-size-bytes read-concern read-preference timeout-ms]})
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close