| Copyright | (c) 2016 Al Zohali |
|---|---|
| License | BSD3 |
| Maintainer | Al Zohali <zohl@fmap.me> |
| Stability | experimental |
| Safe Haskell | None |
| Language | Haskell2010 |
Database.PostgreSQL.Simple.Bind.Types
Description
Default instances for PostgresType family.
- type family PostgresType (a :: Symbol)
Documentation
type family PostgresType (a :: Symbol) Source #
Mapping from PostgreSQL types to Haskell types.
Instances
| type PostgresType "bigint" Source # | |
| type PostgresType "character varying" Source # | |
| type PostgresType "timestamp with time zone" Source # | |
| type PostgresType "timestamptz" Source # | |
| type PostgresType "varchar" Source # | |
| type PostgresType "void" Source # | |