Is there a way I can use relational types?
I'm currently trying to make a helper function that essentially wraps a database call, but I can't seem to find nor hack myself into getting a type for the
I've tried things like
but even that didnt work.
any pointers?
with parameter in the relational queries.I've tried things like
but even that didnt work.
any pointers?