Module postgres

Source
Available on crate feature backend-postgres only.

Structs§

Extension
Creates a new “CREATE or DROP EXTENSION” statement for PostgreSQL
ExtensionCreateStatement
Creates a new “CREATE EXTENSION” statement for PostgreSQL
ExtensionDropStatement
Creates a new “DROP EXTENSION” statement for PostgreSQL
PgFunc
Function call helper.
PgLTree
PostgreSQL ltree extension type.
Type
Helper for constructing any type statement
TypeAlterStatement
TypeCreateStatement
TypeDropStatement

Enums§

PgBinOper
Binary operator
PgFunction
Functions
TypeAlterAddOpt
TypeAlterOpt
TypeAs
TypeDropOpt
TypeRef

Traits§

ExtensionBuilder
IntoTypeRef
PgExpr
TypeBuilder