Skip to main content

Module introspect

Module introspect 

Source
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§

CheckConstraintInfo
Check constraint information.
ColumnInfo
Information about a table column.
DatabaseSchema
Complete representation of a database schema.
ForeignKeyInfo
Information about a foreign key constraint.
IndexInfo
Information about an index.
Introspector
Database introspector.
ParsedSqlType
Parsed SQL type with extracted metadata.
TableInfo
Information about a database table.
UniqueConstraintInfo
Unique constraint information.

Enums§

Dialect
Supported database dialects.