Skip to content

Instance Method

withSession(_:)

The default implementation for withSession(_:).
func withSession<R>(_ closure: @escaping @Sendable (any SQLDatabase) async throws -> R) async throws -> R