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