Liking cljdoc? Tell your friends :D

hitchhiker.outboard


closeclj

(close conn)

Frees the in-VM resources associated with the connection. The connection will no longer work.

Frees the in-VM resources associated with the connection. The connection
will no longer work.
sourceraw docstring

createclj

(create new-name)

Creates a new, empty outboard with the given name. Returns a connection to it.

Creates a new, empty outboard with the given name. Returns a connection to it.
sourceraw docstring

deleteclj

(delete snapshot k & ks)

Deletes keys from the outboard data snapshot

Deletes keys from the outboard data snapshot
sourceraw docstring

destroyclj

(destroy name)

Destroys the named outboard.

Destroys the named outboard.
sourceraw docstring

insertclj

(insert snapshot k v & kvs)

Inserts key/value pairs into the outboard data snapshot

Inserts key/value pairs into the outboard data snapshot
sourceraw docstring

lookupclj

(lookup snapshot k)
(lookup snapshot k not-found)

Returns the value for the given key, or not-found which defaults to nil

Returns the value for the given key, or not-found which defaults to nil
sourceraw docstring

lookup-fwd-iterclj

(lookup-fwd-iter snapshot k)

Returns a lazy iterator of KV pairs starting from the key.

Be careful, this will continue for the entire tree. Make sure to stop.

Returns a lazy iterator of KV pairs starting from the key.

Be careful, this will continue for the entire tree. Make sure to stop.
sourceraw docstring

openclj

(open name)

Returns a connection to the named structure

Returns a connection to the named structure
sourceraw docstring

save-asclj

(save-as snapshot new-name)

Saves the snapshot to the given new name. This lets you incrementally clone data.

Saves the snapshot to the given new name. This lets you
incrementally clone data.
sourceraw docstring

snapshotclj

(snapshot conn)
source

update!clj

(update! conn update-fn)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close