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
Add relevant tests to ensure that the functionality is working properly
Replace fixtures in all tests to use a randomly generated subspace when running tests
Update the README to indicate that these functions are available.
src/clj_fdb/subspace/subspace.clj
file which contains simple wrapper functions overcom.apple.foundationdb.subspace.Subspace
. This is similar to what I've done withsrc/clj_fdb/transaction.clj
orsrc/clj_fdb/tuple/tuple.clj
Javadoc for reference