Module worker::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.