Posts tagged database migration

Post-Django Era: Comprehensive Guide to SQLAlchemy 2.0, Tortoise ORM, and Piccolo for Modern Async Development

From Django's Safe Harbor to the Async Frontier: A Developer's Journey"Leaving Django's comfort zone for the async frontier" — Author's NoteRecently, while working on the TechDistill project, I encountered a pivotal decision point that many Python developers face today. TechDistill aggregates multiple high-quality technical information sources and leverages large language models (LLMs) for deep organization and summarization, significantly reducing the mental burden of filtering and reading for users amid rapidly iterating daily technical ne...

Beyond Django: A Comprehensive Guide to Python's Modern Async ORM Frameworks

The Evolution of Python Web DevelopmentThe landscape of Python web development is undergoing a significant transformation. For years, Django has served as the cornerstone of Python web frameworks, offering a comprehensive, batteries-included approach that defined industry standards. Its stability, completeness, and mature ecosystem earned it a revered position among developers worldwide.However, as web development marches firmly into the asynchronous era, the limitations of traditional synchronous frameworks become increasingly apparent. Mod...