Open JonathanLorimer opened 3 years ago
So this isn't a sql standard but rather postgresql specific as far as I can tell. I started work on a branch that eliminates the From GADT in favor of a typeclass. This would allow extensions of From to be made.in the backend specific modules.
Ahhhh, you are right, I only use postgresql so I just assumed other dbs had this capability. I would be happy to try and implement Values
in the postgresql module once the migration to a typeclass has happened.
It would be amazing to have support for something like this:
I don't know the esqueleto codebase very well, but it seems that it could be added to the
From
GADT like so: