You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be a cool to have the good parts of postgresql-query's API (not the whole thing, I don't want to have typeclasses for getting entire records out of a postgres row) built on top of hasql.
The text was updated successfully, but these errors were encountered:
postgresql-query has the perfect interface for a medium level Postgres client: https://hackage.haskell.org/package/postgresql-query-3.7.0/docs/Database-PostgreSQL-Query-TH-SqlExp.html
However Hasql seems to be a more solid library.
It would be a cool to have the good parts of postgresql-query's API (not the whole thing, I don't want to have typeclasses for getting entire records out of a postgres row) built on top of hasql.
The text was updated successfully, but these errors were encountered: