apache / couchdb-erlfdb

Erlang API for FoundationDB
https://www.foundationdb.org
Apache License 2.0
28 stars 20 forks source link

Add more database options #5

Closed nickva closed 4 years ago

nickva commented 4 years ago

Since FDB version 6.1 [1] it is possible to set default transaction options on database handles, and any transactions created from that handle will inherit those options.

[1] https://apple.github.io/foundationdb/old-release-notes/release-notes-610.html

When running the eunit test noticed we could be generating test keys in the system range so added a commit to fix that as well.