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 wrapper fns for Subspace functionality #13

Closed vedang closed 6 years ago

vedang commented 6 years ago
  1. Create a src/clj_fdb/subspace/subspace.clj file which contains simple wrapper functions over com.apple.foundationdb.subspace.Subspace. This is similar to what I've done with src/clj_fdb/transaction.clj or src/clj_fdb/tuple/tuple.clj
  2. Add relevant tests to ensure that the functionality is working properly
  3. Replace fixtures in all tests to use a randomly generated subspace when running tests
  4. Update the README to indicate that these functions are available.

Javadoc for reference

vedang commented 6 years ago

Closed by #21