Expand description
Database introspection.
This module provides comprehensive schema introspection for SQLite, PostgreSQL, and MySQL. It extracts metadata about tables, columns, constraints, and indexes.
Structs§
- Check
Constraint Info - Check constraint information.
- Column
Info - Information about a table column.
- Database
Schema - Complete representation of a database schema.
- Foreign
KeyInfo - Information about a foreign key constraint.
- Index
Info - Information about an index.
- Introspector
- Database introspector.
- Parsed
SqlType - Parsed SQL type with extracted metadata.
- Table
Info - Information about a database table.
- Unique
Constraint Info - Unique constraint information.
Enums§
- Dialect
- Supported database dialects.