graphql-engine/server/lib/pg-client-hs
kodiakhq[bot] f2931a4d32 server: import pg-client-hs with history
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
2022-09-14 14:51:34 +00:00
..
bench server: import pg-client-hs with history 2022-09-14 14:51:34 +00:00
ci server: import pg-client-hs with history 2022-09-14 14:51:34 +00:00
src server: import pg-client-hs with history 2022-09-14 14:51:34 +00:00
test server: import pg-client-hs with history 2022-09-14 14:51:34 +00:00
.gitignore server: import pg-client-hs with history 2022-09-14 14:51:34 +00:00
cabal.project server: import pg-client-hs with history 2022-09-14 14:51:34 +00:00
docker-compose.yml server: import pg-client-hs with history 2022-09-14 14:51:34 +00:00
LICENSE server: import pg-client-hs with history 2022-09-14 14:51:34 +00:00
Makefile server: import pg-client-hs with history 2022-09-14 14:51:34 +00:00
pg-client.cabal server: import pg-client-hs with history 2022-09-14 14:51:34 +00:00
README.md server: import pg-client-hs with history 2022-09-14 14:51:34 +00:00
stack.yaml server: import pg-client-hs with history 2022-09-14 14:51:34 +00:00
stack.yaml.lock server: import pg-client-hs with history 2022-09-14 14:51:34 +00:00
weeder.dhall server: import pg-client-hs with history 2022-09-14 14:51:34 +00:00

pg-client

build status

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.