graphql-engine/server/lib/pg-client-hs
Daniel Harvey f80ec1d543 server: Rename AltJ to ViaJSON
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/5911
GitOrigin-RevId: bd4dec9792f2137b2f4e3169e19109a3d3f63b50
2022-09-21 18:42:30 +00:00
..
bench Import pg-client-hs as PG 2022-09-20 19:55:51 +00:00
ci server: import pg-client-hs with history 2022-09-14 14:51:34 +00:00
src server: Rename AltJ to ViaJSON 2022-09-21 18:42:30 +00:00
test server: Rename AltJ to ViaJSON 2022-09-21 18:42:30 +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.