@hackage persistent-mysql2.0.3

Backend for the persistent library using MySQL database server.

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.