Description
Backend for the persistent library using MySQL database server.
Description
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. Only the InnoDB storage engine is officially supported.
Known problems:
This package does not support statements inside other statements.