graphql-engine/server/lib/pg-client-hs
2022-12-05 12:19:11 +00:00
..
bench Clean up pg-client-hs 2022-10-07 11:56:55 +00:00
ci server: import pg-client-hs with history 2022-09-14 14:51:34 +00:00
src server: improve DX for heroku integration 2022-11-08 03:55:30 +00:00
test [pg-client] test cancelled queries actually stop running queries 2022-12-05 12:19:11 +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 [pg-client] test cancelled queries actually stop running queries 2022-12-05 12:19:11 +00:00
LICENSE server: import pg-client-hs with history 2022-09-14 14:51:34 +00:00
Makefile [pg-client] test cancelled queries actually stop running queries 2022-12-05 12:19:11 +00:00
pg-client.cabal Clean up pg-client-hs 2022-10-07 11:56:55 +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.