Expand description
Database schema construction utility, available for advanced development.
For classic usage use the aragog_cli
and its migration engine to generate your schema
Structs§
- Collection
Schema - Aragog schema representation of an
ArangoDB
Collection. This struct is meant to load/generate the schema file. - Database
Schema - Aragog schema representation of an
ArangoDB
Database. This struct is meant to load/generate the schema file. - Graph
Schema - Aragog schema representation of an
ArangoDB
Named Graph. This struct is meant to load/generate the schema file. - Index
Schema - Aragog schema representation of an
ArangoDB
Index. This struct is meant to load/generate the schema file.
Constants§
- SCHEMA_
DEFAULT_ FILE_ NAME - Default schema file name, can be overridden manually
- SCHEMA_
DEFAULT_ PATH - Default schema path, can be overridden manually or set as
SCHEMA_PATH
env var
Traits§
- Schema
Database Operation - Trait used for all schema elements allowing to synchronise schema changes.
Used by
aragog_cli
for migrations andDatabaseConnection