python-arango
python-arango copied to clipboard
The official ArangoDB Python driver.
Currently, the parameters of methods such as `insert` and `aql.execute` are typed concretely (with `Json` and `Optional[MutableMapping[str, str]]` respectively). This is overly restrictive because these methods *will* in fact accept...
Hello, thanks so much for your work. I'm loving the library and relying heavily on it for a new enterprise web app. I'm setting up import procedures but had troubles...
**Do not merge** This is just a POC in response to issue https://github.com/arangodb/python-arango/issues/304
The Vector Index introduces `params` as a new index property, allowing us to return this via `db.collection().get_index()`