mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-18 21:12:09 +03:00
12 lines
533 B
Markdown
12 lines
533 B
Markdown
|
# 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.
|