Expand description
PostgreSQL type definitions
This module provides type definitions for PostgreSQL including:
PostgreSQLType-PostgreSQLcolumn typesTypeCategory- Rust type classification forPostgreSQLmappingPgTypeCategory- SQL type categories for parsing
Modules§
Enums§
- PgType
Category PostgreSQLSQL type category for parsing SQL type strings.- PostgreSQL
Type - Enum representing supported
PostgreSQLcolumn types. - Type
Category - Categorizes Rust types for consistent handling across the
PostgreSQLmacro system.