mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 17:31:56 +03:00
f2931a4d32
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/5735 Co-authored-by: Vamshi Surabhi <6562944+0x777@users.noreply.github.com> Co-authored-by: Alexis King <759911+lexi-lambda@users.noreply.github.com> Co-authored-by: Rakesh Emmadi <12475069+rakeshkky@users.noreply.github.com> Co-authored-by: Auke Booij <164426+abooij@users.noreply.github.com> Co-authored-by: Brandon Simmons <210815+jberryman@users.noreply.github.com> Co-authored-by: Lyndon Maydwell <92299+sordina@users.noreply.github.com> Co-authored-by: Anon Ray <616387+ecthiender@users.noreply.github.com> Co-authored-by: Evie Ciobanu <1017953+eviefp@users.noreply.github.com> Co-authored-by: Swann Moreau <62569634+evertedsphere@users.noreply.github.com> Co-authored-by: jkachmar <8461423+jkachmar@users.noreply.github.com> Co-authored-by: Robert <132113+robx@users.noreply.github.com> Co-authored-by: awjchen <13142944+awjchen@users.noreply.github.com> Co-authored-by: Karthikeyan Chinnakonda <15602904+codingkarthik@users.noreply.github.com> Co-authored-by: Tom Harding <6302310+i-am-tom@users.noreply.github.com> GitOrigin-RevId: 6a3940b2596fc178379b85d5fa79bd9ac83457e2
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.
|