This package contains a backend for persistent using the
MySQL database server. Internally it uses the mysql-haskell
package in order to access the database. See README.md for more.
This package supports only MySQL 5.1 and above. However, it
has been tested only on MySQL 5.5.
Only the InnoDB storage engine is officially supported.
Known problems:
This package does not support statements inside other
statements.