Expand description
Database introspection implementation.
This module provides the actual database introspection functionality
using the prax-query introspection types.
Modules§
Structs§
- Introspection
Options - Introspection options.
Traits§
- Introspector
- Database introspector trait.
Functions§
- default_
schema - Get default schema for database type.
- format_
as_ json - Generate JSON output.
- format_
as_ prax - Generate Prax schema output.
- format_
as_ sql - Generate SQL DDL output.
- get_
database_ type - Get the database type from provider string.