Instance Method
withConnection(_:)
func withConnection<T>(_ closure: @escaping @Sendable (any Database) async throws -> T) async throws -> T where T : Sendable
Instance Method
func withConnection<T>(_ closure: @escaping @Sendable (any Database) async throws -> T) async throws -> T where T : Sendable