Architecture: Database¶
Defaults¶
- SQLite default for local runs (
app.dbor configured path). - Alembic migrations under
backend/alembic/versions/.
Main model areas¶
- identities/users
- storage endpoints
- S3 accounts/users/connections
- audit and operational data
- bucket migration and health/billing data
Schema diagrams¶
The database schema diagrams are generated from the SQLAlchemy metadata in
backend/app/db. The overview keeps all tables and foreign-key topology in a
single readable image; detailed slices show full column lists.
Detailed slices¶
Operational note¶
Always apply schema migrations as part of deployment lifecycle.