mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 17:02:49 +03:00
352d8ff09c
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/8563 GitOrigin-RevId: 462a608e0e90d1923bc1d735257f4506825f5db1 |
||
---|---|---|
.. | ||
bench | ||
ci | ||
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.