Expand description
PostgreSQL type definitions
This module provides type definitions for PostgreSQL including:
PostgreSQLType- PostgreSQL column typesTypeCategory- Rust type classification for PostgreSQL mappingPgTypeCategory- SQL type categories for parsing
Modules§
- ddl
- PostgreSQL DDL (Data Definition Language) entity types
Enums§
- PgType
Category - PostgreSQL SQL type category for parsing SQL type strings.
- PostgreSQL
Type - Enum representing supported PostgreSQL column types.
- Type
Category - Categorizes Rust types for consistent handling across the PostgreSQL macro system.