Happy is a developer-friendly database schema migration CLI and library. Write your migrations as simple Python scripts with raw SQL, and let Happy handle the heavy lifting. No fuss, no stress—just clean, controlled database changes directly from your code.
Currently, SQLite is supported. More DBs coming soon!
Get a feel of Happy in minutes.
Install Happy in your virtual environment:
pip install happy-migrations
Run the demo to generate everything you need in your current directory:
happy demo run
Join the Happy developers and community on our Discord Server.