python_aioarango
Welcome to the documentation for python_aioarango, an asynchronous Python driver for ArangoDB.
This project is forked from python-arango. The only change is support for asynchronous API including tests. The current version (1.0.0) fully corresponds to python-arango 7.2.0.
Requirements
ArangoDB version 3.7+
Python version 3.7+
Installation
~$ pip install python_aioarango
Contents
- Getting Started
- Databases
- Collections
- Documents
- Schema Validation
- Indexes
- Graphs
- AQL
- Simple Queries
- Cursors
- Async API Execution
- Batch API Execution
- Transactions
- Server Administration
- Users and Permissions
- Tasks
- Write-Ahead Log (WAL)
- Pregel
- Foxx
- Views and ArangoSearch
- Analyzers
- Multithreading
- Error Handling
- Authentication
- HTTP Clients
- Replication
- Clusters
- JSON Serialization
- Backups
- Error Codes
- Contributing
- API Specification