Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Postgres Translate Select
This module is a translation layer between IR and postgres-specific select queries.
There are four main types of selects (as distinguished from the IR):
- "simple" selects
- aggregate selects
- connection selects (used for relay)
- streaming selects (see Hasura.Backends.Postgres.Translate.Select.Streaming for details)