Skip to content

Class

PostgresConnection

A Postgres connection. Use it to run queries against a Postgres server.
final class PostgresConnection

Overview

Thread safety is achieved by dispatching all access to shared state onto the underlying EventLoop.

Topics

Structures

Instance Properties

Instance Methods

Type Aliases

Type Properties

Type Methods

Default Implementations

Relationships

Conforms To

  • PostgresDatabase
  • Swift.Copyable
  • Swift.Escapable
  • Swift.Sendable
  • Swift.SendableMetatype
  • _ConnectionPoolModule.PooledConnection

See Also

Essentials