Overview
Proper is a database migration tool that helps you version control your database schema. It tracks which migrations have been applied and allows you to safely evolve your database structure over time.
Proper supports SQLite databases with a simple, file-based approach using plain SQL files. Each migration consists of an "up" file (to apply changes) and a "down" file (to revert them).