postgresql-simple-0.6.2: Mid-Level PostgreSQL client library
Copyright(c) 2013 Leon P Smith
LicenseBSD3
MaintainerLeon P Smith <leon@melding-monads.com>
Stabilityexperimental
Safe HaskellNone
LanguageHaskell2010

Database.PostgreSQL.Simple.HStore.Internal

Description

 
Synopsis

Documentation

newtype HStoreText Source #

Represents escape text, ready to be the key or value to a hstore value

Constructors

HStoreText Builder 

parseHStore :: Parser (Either UnicodeException HStoreList) Source #

parseHStoreKeyVal :: Parser (Either UnicodeException (Text, Text)) Source #

parseHStoreText :: Parser (Either UnicodeException Text) Source #