persistent-mysql

Backend for the persistent library using MySQL database server.

http://www.yesodweb.com/book/persistent

Version on this page:2.1.3.1
LTS Haskell 22.18:2.13.1.5
Stackage Nightly 2024-04-24:2.13.1.5
Latest on Hackage:2.13.1.5

See all snapshots persistent-mysql appears in

MIT licensed by Felipe Lessa, Michael Snoyman
Maintained by Felipe Lessa
This version can be pinned in stack with:persistent-mysql-2.1.3.1@sha256:268a189da5212441863b3b6ef7203b07f9a1636a19e4d36fe81ea533b4bef267,1899

Module documentation for 2.1.3.1

This package contains a backend for persistent using the MySQL database server. Internally it uses the mysql-simple and mysql packages in order to access the database.

This package supports only MySQL 5.1 and above. However, it has been tested only on MySQL 5.5.

Known problems:

  • This package does not support statements inside other statements.

Changes

Master

Added a Show instance for MySQLConf.

2.1.2.1

Documentation typo fix

2.1.2

Provide a FromJSON instance for MySQLConf.