graphql-engine/server/lib/pg-client-hs
Auke Booij c36c085016 server: enable all the warnings (that we can)
See [Enable all the warnings](https://medium.com/mercury-bank/enable-all-the-warnings-a0517bc081c3). This PR follows that approach, except that it re-disables those warnings that would prevent a successful build.

There are some newer warning flags that older GHC versions don't recognize. So this also updates some of our CI routines to the GHC version that we're currently using for `graphql-engine` itself, namely 9.2.5. I don't see a reason to keep testing those libraries against older GHC versions.

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/7614
GitOrigin-RevId: d48a6db09dab29616e273549d0045f98ecb4586f
2023-01-30 11:24:49 +00:00
..
bench Clean up pg-client-hs 2022-10-07 11:56:55 +00:00
ci/9.2.5 server: enable all the warnings (that we can) 2023-01-30 11:24:49 +00:00
src server: tune builder runners, for ByteStrings we're about to send 2022-12-07 06:01:08 +00:00
test [pg-client] test cancelled queries actually stop running queries 2022-12-05 12:19:11 +00:00
.gitignore server: import pg-client-hs with history 2022-09-14 14:51:34 +00:00
cabal.project server: import pg-client-hs with history 2022-09-14 14:51:34 +00:00
docker-compose.yml [pg-client] test cancelled queries actually stop running queries 2022-12-05 12:19:11 +00:00
LICENSE server: import pg-client-hs with history 2022-09-14 14:51:34 +00:00
Makefile [pg-client] test cancelled queries actually stop running queries 2022-12-05 12:19:11 +00:00
pg-client.cabal server: enable all the warnings (that we can) 2023-01-30 11:24:49 +00:00
README.md server: import pg-client-hs with history 2022-09-14 14:51:34 +00:00
stack.yaml server: import pg-client-hs with history 2022-09-14 14:51:34 +00:00
stack.yaml.lock server: import pg-client-hs with history 2022-09-14 14:51:34 +00:00
weeder.dhall server: import pg-client-hs with history 2022-09-14 14:51:34 +00:00

pg-client

build status

A low level Postgres client library for Haskell. Used at Hasura in various production projects.

Style

This repository follows the graphql-engine style guide. Use make format to run the formatter.