Module aragog::schema

source ·
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

  • Aragog schema representation of an ArangoDB Collection. This struct is meant to load/generate the schema file.
  • Aragog schema representation of an ArangoDB Database. This struct is meant to load/generate the schema file.
  • Aragog schema representation of an ArangoDB Named Graph. This struct is meant to load/generate the schema file.
  • Aragog schema representation of an ArangoDB Index. This struct is meant to load/generate the schema file.

Constants

Traits

  • Trait used for all schema elements allowing to synchronise schema changes. Used by aragog_cli for migrations and DatabaseConnection