[go: up one dir, main page]

worker

Module postgres_tls

source
Expand description

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

Structsยง

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