postgrest-8.0.0: REST API for any Postgres database
Safe HaskellNone
LanguageHaskell2010

PostgREST.Config.PgVersion

Synopsis

Documentation

data PgVersion Source #

Constructors

PgVersion 

Fields

Instances

Instances details
Eq PgVersion Source # 
Instance details

Defined in PostgREST.Config.PgVersion

Ord PgVersion Source # 
Instance details

Defined in PostgREST.Config.PgVersion

Generic PgVersion Source # 
Instance details

Defined in PostgREST.Config.PgVersion

Associated Types

type Rep PgVersion :: Type -> Type #

ToJSON PgVersion Source # 
Instance details

Defined in PostgREST.Config.PgVersion

type Rep PgVersion Source # 
Instance details

Defined in PostgREST.Config.PgVersion

type Rep PgVersion = D1 ('MetaData "PgVersion" "PostgREST.Config.PgVersion" "postgrest-8.0.0-4wwkfqOKlk5GjHJ3yFP36o" 'False) (C1 ('MetaCons "PgVersion" 'PrefixI 'True) (S1 ('MetaSel ('Just "pgvNum") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32) :*: S1 ('MetaSel ('Just "pgvName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

minimumPgVersion :: PgVersion Source #

Tells the minimum PostgreSQL version required by this version of PostgREST