Inspired by Ruby on Rails' migrations, SQLAlchemy Migrate provides a way to deal with database schema changes in SQLAlchemy projects. SQLAlchemy Migrate extends SQLAlchemy to have database changeset handling. It provides a database change repository mechanism which can be used from the command line as well as from inside python code.
Inspired by Ruby on Rails' migrations, SQLAlchemy Migrate provides a way to deal with database schema changes in SQLAlchemy projects. SQLAlchemy Migrate extends SQLAlchemy to have database changeset handling. It provides a database change repository mechanism which can be used from the command line as well as from inside python code.
To install py310-sqlalchemy-migrate, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py310-sqlalchemy-migrate
To see what files were installed by py310-sqlalchemy-migrate, run:
port contents py310-sqlalchemy-migrate
To later upgrade py310-sqlalchemy-migrate, run:
sudo port selfupdate && sudo port upgrade py310-sqlalchemy-migrate
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.