1
0
mirror of https://github.com/hasura/graphql-engine.git synced 2024-12-18 21:12:09 +03:00
graphql-engine/server/lib/pg-client-hs/README.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
533 B
Markdown
Raw Normal View History

# pg-client
[![build status](https://img.shields.io/github/workflow/status/hasura/pg-client-hs/Haskell%20CI/main?style=flat-square&logo=github&label=build%20status)](https://github.com/hasura/pg-client-hs/actions?query=workflow%3AHaskell-CI+branch%3Amain)
A low level Postgres client library for Haskell. Used at Hasura in various production projects.
## Style
This repository follows the graphql-engine
[style guide](https://github.com/hasura/graphql-engine/blob/master/server/STYLE.md).
Use `make format` to run the formatter.