[go: up one dir, main page]

Module postgres_tls

Source
Expand description

Implements TlsConnect for Socket to enable tokio_postgres connections to databases using TLS.

Structsยง

PassthroughTls
Supply this to connect_raw in place of NoTls to specify TLS when using Workers.
PassthroughTlsError
Error type for PassthroughTls. Should never be returned.