Expand description
§database/schema
Check out other axiston
projects here.
Contains the database schema for the application, generated using diesel_cli.
The schema is updated automatically after all migrations are applied during a
GitHub Action triggered by a pull request to the main
branch. For instructions
on how to regenerate the schema locally, refer to the Makefile
and build.rs
files in the project root.
Modules§
- constraints
- Comprehensive list of all constraint violations.
- enumerations
- Implements type-safe enumerations for database queries.
- schema
Constants§
- MIGRATIONS
- Embeds all migrations into the final binary.