About
This skill provides a standardized framework for database access within the LoRAIro project using the SQLAlchemy repository pattern. It guides developers through implementing clean CRUD operations, managing database sessions via context managers, and executing type-safe queries. By centralizing logic for transactions and error handling, it ensures that data access is robust, maintainable, and follows ORM best practices, helping to prevent common issues like session leaks or N+1 query problems.