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 9 forks source link

Add key-selector namespace and tests #19

Closed suvratapte closed 6 years ago

suvratapte commented 6 years ago

This namespace is the clojure wrapper around com.apple.foundationdb.KeySelector class.

vedang commented 6 years ago

@suvratapte : Can you check why the build is failing? Code looks good to me.

suvratapte commented 6 years ago

@vedang I had accidently placed the file in src/ instead of src/clj_fdb. Have corrected it.