Acerca de
This skill provides specialized guidance for working with the Peewee Python ORM, focusing on advanced patterns like DatabaseProxy for dynamic initialization and scoped connection management. It helps developers correctly implement atomic transactions, handle database contexts to prevent connection leaks, and set up robust testing environments using SQLite and Pytest, ensuring maintainable and thread-safe database interactions in Python applications.