Skip to content

Instance Method

execute(sql:_:)

The default implementation for execute(sql:_:).
func execute(sql query: any SQLExpression, _ onRow: @escaping @Sendable (any SQLRow) -> ()) async throws