alexb
DTDrizzle Team
•Created by alexb on 9/18/2024 in #help
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
Something
and SomethingReturn
I tried a combination of
and multiple combinations of PgSelect
, PgSelectBase
but can't get it to work properly
Any help appreciated16 replies