mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-16 01:44:03 +03:00
f80ec1d543
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/5911 GitOrigin-RevId: bd4dec9792f2137b2f4e3169e19109a3d3f63b50 |
||
---|---|---|
.. | ||
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.