mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 17:31:56 +03:00
e979a39f6d
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/8042 GitOrigin-RevId: 87c718fa7b09f375ea0e7c2465788ac49f575290 |
||
---|---|---|
.. | ||
bench | ||
ci/9.2.5 | ||
src | ||
test | ||
.gitignore | ||
cabal.project | ||
docker-compose.yml | ||
LICENSE | ||
Makefile | ||
pg-client.cabal | ||
README.md | ||
stack.yaml | ||
stack.yaml.lock | ||
weeder.dhall |
pg-client
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.