postgrest-0.2.12.1: REST API for any Postgres database

Safe HaskellNone
LanguageHaskell2010

PostgREST.Types

Documentation

data PrimaryKey Source

Constructors

PrimaryKey 

Fields

pkSchema :: Text
 
pkTable :: Text
 
pkName :: Text
 

type Path = [Text] Source

data Filter Source

Constructors

Filter