En esta tarea se muestra una aplicación de línea de comandos para gestionar una biblioteca personal, modificada para usar MariaDB como base de datos y SQLAlchemy como Object-Relational Mapper (ORM).
The instrumentor works by patching sqlalchemy.create_engine. If a user imports create_engine before calling .instrument(), the patch is applied too late and has no effect. The code runs without errors ...