yesod-ip-0.5.1: Code for using the ip package with yesod

Safe HaskellNone
LanguageHaskell2010

Database.Persist.Net.Simple

Contents

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.

Orphan instances