postgresql-simple-0.5.1.1: Mid-Level PostgreSQL client library

Copyright(c) 2013 Leon P Smith
LicenseBSD3
MaintainerLeon P Smith <leon@melding-monads.com>
Stabilityexperimental
Safe HaskellNone
LanguageHaskell98

Database.PostgreSQL.Simple.HStore.Internal

Description

 

Synopsis

Documentation

data HStoreBuilder Source

Represents valid hstore syntax.

Constructors

Empty 
Comma !Builder 

newtype HStoreText Source

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

Constructors

HStoreText Builder