Skip to content

Instance Method

withConnection(_:)

Async version of withConnection(_:).
func withConnection<T>(_ closure: @escaping @Sendable (SQLiteConnection) async throws -> T) async throws -> T where T : Sendable