Module reahl.mysqlsupport¶
Support for the MySQL database backend.
To use MySql:
- install reahl-mysqlsupport;
- add it as a dependency in your .reahlproject; and
- in reahl.config.py, set reahlsystem.connection_uri to a mysql URI.
URIs are as defined by SqlAlchemy
MysqlControl¶
-
class
reahl.mysqlsupport.
MysqlControl
(url, config)¶ Bases:
reahl.component.dbutils.DatabaseControl
A DatabaseControl implementation for MySQL.