Expand description
SQLite schema introspector — implements DbIntrospector for sqlx::SqlitePool.
Uses sqlite_master, PRAGMA table_info(), and PRAGMA foreign_key_list()
to discover tables, columns, and relationships.
Structs§
- Sqlite
Introspector - SQLite introspector backed by
sqlx::SqlitePool.