#328: Piccolo: A fast, async ORM for Python (updated)

Talk Python To Me

Episode | Podcast

Date: Sun, 08 Aug 2021 00:00:00 -0800

ORMs are one of the main tools to put first-class data access in the hands on non-SQL-loving developers and even for those who do love SQL, making them way more productive. When you hear about ORMs in Python, we often hear about either SQLAlchemy and Django ORM. And we should, they are great. But there are newer ORMs that take better advantage of modern Python.