Provides a Django database backend to use with ArangoDB graph database.
Take a look a this other project: https://github.com/timothygraefe/djarango.git
-
✓ _key as Pk.
-
✓ Backend structure.
-
✓ INSERT.
-
❏ bulk INSERT (need testing).
-
✓ GET.
-
✓ FILTER (single attribute, multiple attibutes, chaining).
-
✓ FILTER - lookups.
-
✓ DELETE.
-
❏ bulk DELETE.
-
❏ UPDATE.
-
❏ Relations.
-
❏ Migrations (some work done, waiting for relations).
-
❏ Dajngo.contrib (waiting for migrations).
-
❏ …