You can:
$ pip install asyncio-foundationdb
The repository is over the rainbow.
It’s tested with CPython 3.5 and CPython 3.6, it should work with PyPy3 6.0.0
ChangeLog:
- 2018/09/19: v0.2.1:
- Continous Integration, drop
async_generatorinTransaction.get_range - Coverage at 68%
- Continous Integration, drop
- 2018/09/22: v0.3.1
- Rename asyncio-foundationdb, the package is still named
found - Fix bug where is was not possible to use
@transactionalwith methods - Add sparky layer
- bring back
api_version, now you have to call it with the version of the API (currently510) - Rely on official bindings to provide
tupleandSubspaceas of right now depends on 5.1 - Disable tests with CPython 3.7 because fdb doesn’t support it
- Coverage is at 80%
- Rename asyncio-foundationdb, the package is still named
- 2018/09/26: v0.4.0
- sparky: reduce disk usage
- fix critical bug where
get_rangereturned nothing in some cases - remove
Transaction.rangeshorthand - add
Database.get,Database.setandDatabase.get_range - add all atomic operations on
Transaction
Feedback and feature request very welcomely.