Note TLDR: This post introduces fastmigrate, a Python database migration tool. It focuses on sqlite, and it does not require any particular ORM library. It’s suitable if you want to work directly with sqlite and keep things simple. For instructions, check out the fastmigrate repo. Let’s talk migrations! not the migrations we’re talking about Uh, no. Let’s talk about the database migration pattern. Migrations represent a powerful architectural pattern for managing change in your databa...