Skip to content

Instance Method

withConnection(_:)

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