ArangoDB-Community / pyArango

Python Driver for ArangoDB with built-in validation
https://pyarango.readthedocs.io/en/latest/
Apache License 2.0
238 stars 90 forks source link

added default setting on field access #246

Closed tariqdaouda closed 5 months ago

tariqdaouda commented 5 months ago

When a document field is accessed if it is missing from the schema the default value is automatically set. Handles the edege case where a field might be deleted from the database