Add EventLoopGroupConnectionPool database convenience
Pre-release
Pre-release
This patch was authored and released by @tanner0101.
Adds a method for creating a PostgresDatabase
from an EventLoopGroupConnectionPool
.
let db = pool.database(logger: .init(label: "test"))