![]() |
VOOZH | about |
In this article, we will guide you through the process of installing Sqlalchemy-Continuum.
Sqlalchemy-Continuum is an extension for SQLAlchemy, a popular SQL toolkit and Object-Relational Mapping (ORM) library for Python. The purpose of Sqlalchemy-Continuum is to provide versioning and history-tracking capabilities to your SQLAlchemy models. In other words, Sqlalchemy-Continuum enables you to maintain a historical record of changes made to your database records over time.
Below, are the step-by-step Implementation on How To Install Sqlalchemy-Continuum in Python.
First, create the virtual environment using the below commands
python -m venv env
.\env\Scripts\activate.ps1
Before using Sqlalchemy-Continuum, it is necessary to install the Sqlalchemy-Continuum library by executing the following command in the terminal:
pip install sqlalchemy_continuum
Once installed, verify that Sqlalchemy-Continuum is successfully installed by run the below command in terminal its also show the installed version.
pip show sqlalchemy_continuum