Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.15 KB

DESCRIPTION.rst

File metadata and controls

26 lines (18 loc) · 1.15 KB

Python Object Wrapper for ArangoDB with built-in validation

pyArango aims to be an easy to use driver for ArangoDB with built in validation. Collections are treated as types that apply to the documents within. You can be 100% permissive or enforce schemas and validate fields on set, on save or on both.

pyArango supports graphs, indexes and probably everything that arangodb can do.

pyArango is developed by Tariq Daouda, the full source code is available from github.

For the latest news about pyArango, you can follow me on twitter @tariqdaouda. If you have any issues with it, please file a github issue.

Changelog

1.0.3

  • Added support for all types of indexes
  • Connections are now managed into sessions that the user can restart if necessary. This allows for a much more stable interaction with ArangoDB when a lot of queries are involved