graphql-engine/server/src-lib/Hasura/Backends/Postgres
Auke Booij 05b3a64e8f Clean up Hasura.Prelude a bit
- Remove `onJust` in favor of the more general `for_`
- Remove `withJust` which was used only once
- Remove `hashNub` in favor of `Ord`-based `uniques`
- Simplify some of the implementations in `Hasura.Prelude`
- Add `hlint` hint from `maybe True` to `all`, and `maybe False` to `any`

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/6173
GitOrigin-RevId: 2c6ebbe2d04f60071d2a53a2d43c6d62dbc4b84e
2022-10-03 21:50:53 +00:00
..
Connection Import pg-client-hs as PG 2022-09-20 19:55:51 +00:00
DDL Clean up Hasura.Prelude a bit 2022-10-03 21:50:53 +00:00
Execute server: Rename AltJ to ViaJSON 2022-09-21 18:42:30 +00:00
Instances Memoize column parsers (within roles) 2022-10-03 20:11:44 +00:00
Schema server: import local Postgres modules as Postgres 2022-09-21 11:35:50 +00:00
SQL replace SELECT FROM with SELECT 1 FROM to fix count aggregates for cockroachdb 2022-09-22 13:58:03 +00:00
Translate server/postgres: address translateTableRelationship feedback 2022-09-27 14:16:52 +00:00
Types Simplify instance boilerplate 2022-08-11 16:32:41 +00:00
Connection.hs server: split the Postgres Connection module 2022-03-09 07:15:17 +00:00
DDL.hs Evie/postgres/module docs 2022-02-08 09:25:35 +00:00