How to Install and Uninstall python311-sqlalchemy-migrate Package on openSuSE Tumbleweed
Last updated: November 08,2024
1. Install "python311-sqlalchemy-migrate" package
Please follow the steps below to install python311-sqlalchemy-migrate on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
python311-sqlalchemy-migrate
Copied
2. Uninstall "python311-sqlalchemy-migrate" package
This tutorial shows how to uninstall python311-sqlalchemy-migrate on openSuSE Tumbleweed:
$
sudo zypper remove
python311-sqlalchemy-migrate
Copied
3. Information about the python311-sqlalchemy-migrate package on openSuSE Tumbleweed
Information for package python311-sqlalchemy-migrate:
-----------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-sqlalchemy-migrate
Version : 0.13.0-6.2
Arch : noarch
Vendor : openSUSE
Installed Size : 883.8 KiB
Installed : No
Status : not installed
Source package : python-sqlalchemy-migrate-0.13.0-6.2.src
Upstream URL : https://pypi.python.org/pypi/sqlalchemy-migrate
Summary : Database schema migration for SQLAlchemy
Description :
Inspired by Ruby on Rails' migrations, Migrate provides a way to deal with
database schema changes in SQLAlchemy projects.
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.
-----------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-sqlalchemy-migrate
Version : 0.13.0-6.2
Arch : noarch
Vendor : openSUSE
Installed Size : 883.8 KiB
Installed : No
Status : not installed
Source package : python-sqlalchemy-migrate-0.13.0-6.2.src
Upstream URL : https://pypi.python.org/pypi/sqlalchemy-migrate
Summary : Database schema migration for SQLAlchemy
Description :
Inspired by Ruby on Rails' migrations, Migrate provides a way to deal with
database schema changes in SQLAlchemy projects.
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.