Guides ====== This section contains detailed guides for using sqlmeta. .. toctree:: :maxdepth: 2 schema_comparison migration_generation multi_dialect framework_integration Schema Comparison ----------------- Learn how to compare schemas and detect drift. .. toctree:: :maxdepth: 1 schema_comparison Migration Generation -------------------- Generate migration scripts from schema differences. .. toctree:: :maxdepth: 1 migration_generation Multi-Dialect Support --------------------- Work with multiple SQL dialects. .. toctree:: :maxdepth: 1 multi_dialect Framework Integration --------------------- Integrate with SQLAlchemy, Pydantic, and Alembic. .. toctree:: :maxdepth: 1 framework_integration