Module reahl.mysqlsupport¶
Support for the MySQL database backend.
To use MySql:
install reahl-mysqlsupport;
add it as a dependency in your pyproject.toml; 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:
DatabaseControl
A DatabaseControl implementation for MySQL.