{"categories":[{"label":"Python Modules","url":"https://skillfed.io/packages/category/software-development-libraries-python-modules/15"},{"label":"Utilities","url":"https://skillfed.io/packages/category/utilities/7"}],"enrichment":{"capability":"Peewee Migrate provides a command-line and programmatic interface for creating, running, and rolling back database migrations for Peewee ORM applications.","skillfed_tags":["database-migrations","peewee-orm","schema-versioning"],"use_cases":["Track and version database schema changes across development, staging, and production environments.","Automatically generate migration files by scanning model definitions for changes.","Roll back failed migrations or revert to earlier schema versions when needed.","Manage migrations for Peewee-based applications without manual SQL scripting.","Integrate migrations into deployment pipelines via the command-line interface."],"what_it_does":"Peewee Migrate is a migration management tool for Peewee ORM that handles database schema versioning through timestamped migration files. It works by storing migration state in your database and applying or rolling back changes in order, supporting both automatic schema detection and manual migration writing.\n\nYou can use it either as a command-line tool (pw_migrate) or programmatically via the Router class. The package handles the common workflow of creating new migrations, running pending migrations, and rolling back applied migrations. It integrates with click for CLI functionality and depends only on peewee itself, keeping the dependency footprint minimal.","worth_installing":"Yes. Peewee Migrate is actively maintained, has no known vulnerabilities, and provides a straightforward migration workflow for Peewee ORM users. The low install friction and permissive MIT license make it a practical choice for projects using Peewee. Install it if you need reliable schema versioning for a Peewee application."},"id":"peewee-migrate","links":{"html":"https://skillfed.io/packages/peewee-migrate","md":"https://skillfed.io/packages/peewee-migrate.md","pypi":"https://pypi.org/project/peewee-migrate/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-03-12","license_spdx":"MIT","license_treatment":"permissive","name":"peewee-migrate","python_support":"supports_current","summary":"Support for migrations in Peewee ORM"},"popularity":{"monthly_downloads":229713,"position":9125,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"1.15.0"}
