Copyright | (c) Nikola Henezi Luka Horvat |
---|---|
License | MIT |
Maintainer | nikola@henezi.com, luka.horvat9@gmail.com |
Safe Haskell | None |
Language | Haskell2010 |
Conversion between Postgres types and haskell datatypes. As a starting point,
fromField
from Database.PostgreSQL.Simple.FromField is used.
If you need support for additional datatypes, please open an issue
(https:/gitlab.comhaskell-hr/basic) or email maintainers
- toHsType :: Throws ParseError m => TypeName -> m (Type, [ColumnConstraint])