Expand description
Thalo Postgres
Structs§
- Channel
Binding - Channel binding information returned from a TLS handshake.
- NoTls
- A
MakeTlsConnectandTlsConnectimplementation which simply returns an error. - NoTls
Error - The error returned by
NoTls. - NoTls
Future - The future returned by
NoTls. - PgEvent
Store - Postgres event store implementation.
Enums§
- Error
- Error enum.
- NoTls
Stream - The TLS “stream” type produced by the
NoTlsconnector.
Traits§
- Make
TlsConnect - A constructor of
TlsConnectors. - TlsConnect
- An asynchronous function wrapping a stream in a TLS session.
- TlsStream
- A TLS-wrapped connection to a PostgreSQL database.