Expand description
Database migration system
This module handles generating SQLite schema from entity definitions, creating tables, indexes, foreign keys, and managing schema migrations.
Structs§
- Migration
Manager - Migration manager for database schema evolution
Functions§
- create_
junction_ tables - Create all junction tables for many-to-many relationships
- create_
table_ for_ entity - Create a database table for an entity