In the last blog, I learned about ORM. Writing Python instead of SQL. Clean code. No more complex INSERT statements.

But how do I actually use it in my Scrapy spiders?

I tried adding ORM to my pipeline. It crashed. Session errors. Connection problems. Duplicate key errors. I had no idea how to integrate ORM properly with Scrapy.

After hours of...