| Copyright | (c) 2013 Leon P Smith | 
|---|---|
| License | BSD3 | 
| Maintainer | Leon P Smith <leon@melding-monads.com> | 
| Stability | experimental | 
| Safe Haskell | None | 
| Language | Haskell98 | 
Database.PostgreSQL.Simple.HStore.Internal
Description
- data HStoreBuilder
- newtype HStoreText = HStoreText Builder
- parseHStore :: Parser (Either UnicodeException HStoreList)
- parseHStoreKeyVal :: Parser (Either UnicodeException (Text, Text))
- parseHStoreText :: Parser (Either UnicodeException Text)
Documentation
newtype HStoreText Source #
Represents escape text, ready to be the key or value to a hstore value
Constructors
| HStoreText Builder | 
Instances
parseHStoreKeyVal :: Parser (Either UnicodeException (Text, Text)) Source #