This repository versions python code snippets that might be reused to improve application structure.
- Dynamic driver selection: Provide a way to load subclass using a method from parent class (driver type).
- Extensible request context Demonstrates how a class may provide both extensibility, strict typing with minimal boilerplate.
- Strict modular configuration Demonstrates how app configuration can be handled efficiently in a modular framework.
- SQLAlchemy readonly session may be used to enfore good CQRS practice in application.