Migrate-repository Command

Migrate-repository Command

migrate-repository

Database schema migration for SQLAlchemy – Python 2.7

Maintainer: Debian OpenStack



Section: python

Install migrate-repository

  • Debian apt-get install python-migrate Click to copy
  • Ubuntu apt-get install python-migrate Click to copy
  • Arch Linux pacman -S python-sqlalchemy-migrate Click to copy
  • Kali Linux apt-get install python-migrate Click to copy
  • Fedora dnf install python-migrate Click to copy
  • Raspbian apt-get install python-migrate Click to copy

python-migrate

Database schema migration for SQLAlchemy - Python 2.7

Inspired by Ruby on Rails' migrations, migrate provides a way to deal with database schema changes in SQLAlchemy projects. SQLAlchemy-migrate is build on top of SQLAlchemy and provides a changeset and a versioning API for database schemas as well as a script utilizing these APIs. The database change sets are managed in a file based repository allowing upgrades and downgrades of database schema versions. The change sets may consist of Python code facilitating the changeset API or SQL scripts. SQLAlchemy-migrate has support for MySQL, PostgreSQL, SQLite and Oracle databases. The support for Oracle is not as well tested as the support for the other database systems. This package provides the Python 2.7 module.

python-sqlalchemy-migrate

Database schema migration for SQLAlchemy
Installing migrate-repository command is simple. just copy one of the above commands for your operating system and paste it into terminal. This command is available for Debian, Ubuntu, Arch, Kali, Fedora and Raspbian operating systems. Once you run the command it will install the latest version of migrate-repository 2024 package in your OS.