sqlvalue-list-0.2: Class and instances for conversion to list of SqlValue.

Database.HDBC.SqlValue.List.Derive

Description

Example Use:

data Record = R {who :: String, age :: Int} deriving (Show, Eq)
deriveSqlValueList ''Record

Documentation