postgrest-0.2.9.1: REST API for any Postgres database

Safe HaskellNone
LanguageHaskell2010

PostgREST.PgQuery

Documentation

data QualifiedTable Source

Constructors

QualifiedTable 

Fields

qtSchema :: Text
 
qtName :: Text
 

Instances