Module reahl.sqlitesupport¶
Support for the SQLite database backend.
To use SQLite:
install reahl-sqlitesupport;
add it as a dependency in your .reahlproject; and
in reahl.config.py, set reahlsystem.connection_uri to a sqlite URI.
URIs are as defined by SqlAlchemy