8000 GitHub - arangodb/python-arango-async at 0fe44244fe5ae0e3ee9299c6fb7bc6b08a7f5c78
[go: up one dir, main page]

Skip to content

arangodb/python-arango-async

Repository files navigation

python-arango-async

Python driver for ArangoDB, a scalable multi-model database natively supporting documents, graphs and search.

This is the asyncio alternative of the officially supported python-arango driver.

Note: This driver is still in development and not yet ready for production use.

Requirements

  • ArangoDB version 3.10+
  • Python version 3.9+
0