How to type a generic selection function
I've been trying to implement a generic select function but can't figure out how to type it
Something like this:
What type should I use to replace
I tried a combination of
and multiple combinations of
Any help appreciated
Something like this:
What type should I use to replace
Something and SomethingReturnI tried a combination of
and multiple combinations of
PgSelect , PgSelectBase but can't get it to work properlyAny help appreciated