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).

Documentation

Migrations

Learn how to configure proper.json, create migration files, and run migrations to manage your database schema.

Seeding Data

Populate your database with test data or initial configuration using seed files and the seed commands.

NoEgo

© 2025 NoEgo. All rights reserved.