Structure
PostgresConnectionSource
struct PostgresConnectionSource
Topics
Initializers
Instance Properties
var configuration: PostgresConfigurationlet sqlConfiguration: SQLPostgresConfigurationvar sslContext: Result<NIOSSLContext?, any Error>
Instance Methods
func makeConnection(logger: Logger, on: any EventLoop) -> EventLoopFuture<PostgresConnection>Creates a new connection.
Relationships
Conforms To
AsyncKit.ConnectionPoolSource