mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 09:22:43 +03:00
88488362e0
- Derive a few `instance`s - Delete some dead code (methods and types) - Delete some `INLINE` pragmas that are unlikely to have a big effect - Monomorphize Postgres `LISTEN` code to avoid effect juggling - Generalize some methods in `pg-client` so that others can be simplified - Handle errors differently for `TxET` to deduplicate code - Use `hoist` instead of specialized combinators such as `mapActionT` PR-URL: https://github.com/hasura/graphql-engine-mono/pull/8130 GitOrigin-RevId: bc1e908b6c0869f440a214a76744e92d40fea1e6 |
||
---|---|---|
.. | ||
bench | ||
ci/9.2.5 | ||
src | ||
test | ||
.gitignore | ||
cabal.project | ||
docker-compose.yml | ||
LICENSE | ||
Makefile | ||
pg-client.cabal | ||
README.md | ||
stack.yaml | ||
stack.yaml.lock | ||
weeder.dhall |
pg-client
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.