Module reahl.postgresqlsupport¶
Support for the PostgreSQL database backend.
To use Postgresql:
install reahl-postgresqlsupport;
add it as a dependency in your .reahlproject; and
in reahl.config.py, set reahlsystem.connection_uri to a postgresql URI.
URIs are as defined by SqlAlchemy
PostgresqlControl¶
- class reahl.postgresqlsupport.PostgresqlControl(url, config)¶
A DatabaseControl implementation for PostgreSQL.