Skip to main content

asyncio drivers for FoundationDB

Project description

asyncio-foundationdb

early draft

asyncio drivers for foundationdb tested with CPython 3.9

pip install asyncio-foundationdb
> import found
> found.api_version(630)
> db = await found.open()
> await db.get(b'hello')
> await db.set(b'hello', b'world')
> await tr.get(b'hello')
b'world'

ChangeLog

v0.9.x

  • feature: bump to foundationdb 6.3.15 client API
  • feature: add hooks and states

v0.8.0

  • breaking change: replace get_rangefoo with rangefoo as async generator
  • new: add short syntax for querying Nstore.query(tr, patterns)
  • chore: remove pipenv, and pre-commit

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

asyncio-foundationdb-0.9.3.tar.gz (83.4 kB view hashes)

Uploaded Source

Built Distribution

asyncio_foundationdb-0.9.3-cp39-cp39-manylinux_2_31_x86_64.whl (85.8 kB view hashes)

Uploaded CPython 3.9 manylinux: glibc 2.31+ x86-64

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page