Module indigo::postgres[][src]

Modules

binary_copy

Utilities for working with the PostgreSQL binary copy format.

Structs

BytesMut

A unique reference to a contiguous slice of memory.

Config

Connection configuration.

Connection

An asynchronous PostgreSQL client.

Error

An error communicating with the Postgres server.

RowStream

A stream of table rows.

Transaction

A representation of a PostgreSQL database transaction.

Type

A Postgres type.

Enums

IsNull

An enum representing the nullability of a Postgres value.

Traits

Client

A generic postgres client, either a connection or a transaction.

FromSql

A trait for types that can be created from a Postgres value.

ToSql

A trait for types that can be converted into Postgres values.

Functions

connect

Returns a connection pool for a database.

Type Definitions

FromSqlResult
Param

The type of a query parameter.

ToSqlResult