| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
PostgREST.Types
Documentation
data DbStructure Source
Constructors
| DbStructure | |
Fields
| |
Constructors
| Table | |
Fields
| |
Constructors
| Column | |
Fields
| |
| Star | |
data PrimaryKey Source
Constructors
| OrderTerm | |
Fields
| |
data RelationType Source
Instances
Constructors
| Relation | |
Constructors
| VText Text | |
| VForeignKey QualifiedIdentifier ForeignKey |
type SelectItem = (Field, Maybe Cast) Source
Constructors
| Select | |
type ApiRequest = Tree Query Source