Liking cljdoc? Tell your friends :D

me.vedang.clj-fdb.internal.protocols

Protocols to control and extend the behavior of core clj-fdb functions.

These are marked as internal at the moment since I am still working through the shape of the interfaces. I will make this namespace public by the 1.0 release.

  • Encodable -- for producing new Byte-Array objects to insert into FDB.
  • Decodable -- for converting back Byte-Array objects returned by FDB.
Protocols to control and extend the behavior of core clj-fdb functions.

These are marked as internal at the moment since I am still working
through the shape of the interfaces. I will make this namespace
public by the 1.0 release.

* `Encodable` -- for producing new Byte-Array objects to insert into FDB.
* `Decodable` -- for converting back Byte-Array objects returned by FDB.
raw docstring

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

× close