graphql-engine-1.0.0: GraphQL API over Postgres
Safe HaskellNone
LanguageHaskell2010

Hasura.Backends.Postgres.SQL.Value

Description

Postgres SQL Value

Deals with Postgres scalar values, converting them to and from Text, and to JSON Value.

Documentation

newtype RasterWKB Source #

Constructors

RasterWKB 

Fields

newtype Ltree Source #

Constructors

Ltree Text 

scientificToInteger :: (Integral i, Bounded i) => Scientific -> Parser i Source #

scientificToFloat :: RealFloat f => Scientific -> Parser f Source #