| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Database.Persist.Net.Simple
Description
This module provides orphan instances for the typeclasses
PersistField and PersistFieldSql. The instances provided
are for the data types IPv4 and Mac from the ip package.
These instances will choose the
standard text type for the database column. If you are
using PostgreSQL, you may want to consider importing
the Database.Persist.Net.PostgreSQL module instead.