Module postgres

Module postgres 

Source
Expand description

PostgreSQL type definitions

This module provides type definitions for PostgreSQL including:

Modules§

ddl
PostgreSQL DDL (Data Definition Language) entity types

Enums§

PgTypeCategory
PostgreSQL SQL type category for parsing SQL type strings.
PostgreSQLType
Enum representing supported PostgreSQL column types.
TypeCategory
Categorizes Rust types for consistent handling across the PostgreSQL macro system.