schema-evolution-manager
« Back to VersTracker
Description:
Manage postgresql database schema migrations
Type: Formula  |  Tracked Since: Dec 28, 2025
Links: Homepage  |  formulae.brew.sh
Category: Databases
Tags: postgresql migrations database schema devops cli
Install: brew install schema-evolution-manager
About:
SchemaEvolutionManager is a lightweight command-line tool for managing PostgreSQL database schema migrations. It tracks and applies SQL migration scripts in a versioned, ordered manner to ensure consistent database states across environments. The tool simplifies schema changes by providing a structured workflow for development, testing, and production deployments.
Key Features:
  • Version-controlled migration tracking
  • PostgreSQL-specific schema management
  • Command-line interface for easy automation
  • Minimal dependencies and lightweight footprint
  • Supports collaborative development workflows
Use Cases:
  • Managing schema changes in multi-environment PostgreSQL setups
  • Automating database migrations in CI/CD pipelines
  • Tracking incremental schema updates across development teams
Alternatives:
  • Flyway – Flyway offers broader database support and advanced features, but SchemaEvolutionManager is simpler and PostgreSQL-focused
  • Liquibase – Liquibase provides XML/YAML-based migrations with complex branching, while SchemaEvolutionManager uses straightforward SQL files
  • Alembic – Alembic is Python-centric and ORM-integrated, whereas SchemaEvolutionManager is language-agnostic and CLI-driven
Version History
Detected Version Rev Change Commit