graphql-engine/server/lib/pg-client
Philip Lykke Carlsen e979a39f6d chore: Fix all outstanding hlint hints
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/8042
GitOrigin-RevId: 87c718fa7b09f375ea0e7c2465788ac49f575290
2023-02-20 17:43:28 +00:00
..
bench [ci] test the libraries in server/lib 2023-02-02 17:32:48 +00:00
ci/9.2.5 [ci] test the libraries in server/lib 2023-02-02 17:32:48 +00:00
src [ci] test the libraries in server/lib 2023-02-02 17:32:48 +00:00
test chore: Fix all outstanding hlint hints 2023-02-20 17:43:28 +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 [ci] test the libraries in server/lib 2023-02-02 17:32:48 +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.