Clojure wrapper jasani/clj-fdb 0.1.0

Pleased to announce version 0.1.0 of my Clojure binding over Java. clj-fdb

Features:

  • Directories
  • Subspaces
  • Tuples
  • Value encoding/decoding
  • Using fdb 5.2.5
  • Compatible with leiningen and deps.edn

I’ve been developing this for some time in a private repo and recently decided to make it publicly available. A big difference I’ve seen compared to other wrappers over Java is that I’m trying to present an interface that is more intuitive – at least to me. The plan is not to do a thin wrapper over Java so much as to provide a better interface. So as I’m going along, the api may change.

Feedback and contributions are welcome.

2 Likes