Crate thalo_postgres

Source
Expand description

Thalo Postgres

Structs§

ChannelBinding
Channel binding information returned from a TLS handshake.
NoTls
A MakeTlsConnect and TlsConnect implementation which simply returns an error.
NoTlsError
The error returned by NoTls.
NoTlsFuture
The future returned by NoTls.
PgEventStore
Postgres event store implementation.

Enums§

Error
Error enum.
NoTlsStream
The TLS “stream” type produced by the NoTls connector.

Traits§

MakeTlsConnect
A constructor of TlsConnectors.
TlsConnect
An asynchronous function wrapping a stream in a TLS session.
TlsStream
A TLS-wrapped connection to a PostgreSQL database.