Skip to content

Instance Method

withConnection(_:)

Concurrency-aware variant of withConnection(_:).
func withConnection<T>(_ closure: @escaping @Sendable (SQLiteConnection) async throws -> T) async throws -> T