vedang / clj_fdb

A thin Clojure wrapper for the Java API for FoundationDB.
https://vedang.github.io/clj_fdb/
Eclipse Public License 1.0
25 stars 8 forks source link

Add maven dependency #22

Closed tirkarthi closed 5 years ago

tirkarthi commented 6 years ago

I will add a separate issue to modify docs and code to use API version 520 which is used in the latest docs.

In case of Tuple encoding by default in my library though it makes it easier to use it's not simple and introduces some complexity :) It's intentional and a design drawback from my end that I will keep in mind as I design API for my next libraries. So I have added a note on README linking here as an alternative which gives more fine-grained control.

This closes the blocker #1 . Happy releasing 🎉

Thanks

vedang commented 5 years ago

Thank you. Will release a newer version over the weekend.

vedang commented 5 years ago

I've pulled these commits into master, and updated the FDB artifacts to the latest version (6.0.15). Sorry for taking so long to get to this! I'll be paying more attention to this library and expanding the coverage of the API in the coming months.

tirkarthi commented 5 years ago

No problem :)