graphql-engine/server/lib/pg-client
Tom Harding 05cfb65b54 Log Postgres Source Names in Connection Errors
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/9869
GitOrigin-RevId: 916758e7f1037cc67035894298e55771f9aa2d9f
2023-07-20 11:20:09 +00:00
..
bench Log Postgres Source Names in Connection Errors 2023-07-20 11:20:09 +00:00
ci Fix pg-client CI jobs 2023-07-04 15:15:32 +00:00
src Log Postgres Source Names in Connection Errors 2023-07-20 11:20:09 +00:00
test Log Postgres Source Names in Connection Errors 2023-07-20 11:20:09 +00:00
.gitignore [ci] test the libraries in server/lib 2023-02-02 17:32:48 +00:00
cabal.project [ci] test the libraries in server/lib 2023-02-02 17:32:48 +00:00
docker-compose.yml [ci] test the libraries in server/lib 2023-02-02 17:32:48 +00:00
LICENSE [ci] test the libraries in server/lib 2023-02-02 17:32:48 +00:00
Makefile [ci] test the libraries in server/lib 2023-02-02 17:32:48 +00:00
pg-client.cabal Log Postgres Source Names in Connection Errors 2023-07-20 11:20:09 +00:00
README.md [ci] test the libraries in server/lib 2023-02-02 17:32:48 +00:00
stack.yaml [ci] test the libraries in server/lib 2023-02-02 17:32:48 +00:00
stack.yaml.lock [ci] test the libraries in server/lib 2023-02-02 17:32:48 +00:00
weeder.dhall [ci] test the libraries in server/lib 2023-02-02 17:32:48 +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.