kysely
kysely copied to clipboard
`InferResult` should output plural.
Hey :wave:
Right now, InferResult wrongfully outputs a singular type, despite queries actually having a plural result type when executed.
This PR makes it plural instead.
This will enable simpler types for when we implement batch execution.