About
The DataModule skill streamlines database management for Myfy applications by providing a robust wrapper for asynchronous SQLAlchemy. It simplifies complex tasks like connection pooling, transaction management, and session injection, ensuring that database operations are efficient and thread-safe within a request-scoped architecture. Whether you are defining declarative models, managing migrations via Alembic, or handling automated table creation in development, this module provides the patterns and configuration hooks necessary to build high-performance, data-driven backend services.