[−][src]Module rbatis_core::postgres
Postgres database and connection types.
Modules
| types | Conversions between Rust and Postgres types. |
Structs
| PgArguments | |
| PgConnection | An asynchronous connection to a Postgres database. |
| PgCursor | |
| PgError | |
| PgListener | A stream of asynchronous notifications from Postgres. |
| PgNotification | An asynchronous notification from Postgres. |
| PgRawBuffer | |
| PgRow | |
| PgTypeInfo | Type information for a Postgres SQL type. |
| PgValue | |
| Postgres | Postgres database driver. |
Enums
| PgData |
Traits
| PgQueryAs |
Type Definitions
| PgPool | An alias for |