sqlalchemy: A database abstraction library¶
Description¶
Database Abstraction Library
License¶
MIT
Upstream Contact¶
Type¶
optional
Dependencies¶
Version Information¶
requirements.txt:
sqlalchemy
Equivalent System Packages¶
$ conda install sqlalchemy
$ sudo yum install python3-sqlalchemy
$ sudo port install py-sqlalchemy
$ sudo zypper install python3\$\{PYTHON_MINOR\}-SQLAlchemy
$ sudo xbps-install python3-SQLAlchemy
See https://repology.org/project/python:sqlalchemy/versions
If the system package is installed and if the (experimental) option
--enable-system-site-packages
is passed to ./configure
, then ./configure
will check if the system package can be used.