Component framework¶
- Configuration (reahl.component.config)
- Execution context (reahl.component.context)
- Internationalisation (reahl.component.i18n)
- Dealing with user input and output and security (reahl.component.modelinterface)
- General exceptions (reahl.component.exceptions)
- Database schema migration (reahl.component.migration)
- Managing databases and ORMs (reahl.component.dbutils)
- Support for PostgreSQL (reahl.postgresqlsupport)
- Support for MySQL (reahl.mysqlsupport)
- Support for SQLite (reahl.sqlitesupport)
- Support for SQLAlchemy (reahl.sqlalchemysupport)
- Reference for setup.cfg (reahl.componentmetadata)