Skip to content

Instance Method

transaction(_:)

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