How to select from a function with parameters?
I understand that
I created a helper:
But, I'm not exactly sure how I can use that since
kysely will not natively support stored procedures / functions, and was wondering if there's a pattern for this:I created a helper:
But, I'm not exactly sure how I can use that since
db.selectFrom() expects a table name.