[go: up one dir, main page]

Module migration

Module migration 

Source
Expand description

Database migration system

This module handles generating SQLite schema from entity definitions, creating tables, indexes, foreign keys, and managing schema migrations.

Structs§

MigrationManager
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