haskellari / postgresql-simple

Mid-level client library for accessing PostgreSQL from Haskell
Other
88 stars 46 forks source link

ToRow, FromRow for Generically #137

Open googleson78 opened 7 months ago

googleson78 commented 7 months ago

Could we add instances of ToRow and FromRow for https://hackage.haskell.org/package/base-4.19.1.0/docs/GHC-Generics.html#t:Generically?

It's in line with what the intended usage for Generically is, so we can migrate away from deriving anyclass to deriving X via Generically