Connector to databases – easy package for connect with database:
Install the current version with PyPI:
pip install connectors-to-databases
Or from GitHub:
pip install https://github.com/k0rsakov/connectors_to_databases/archive/refs/heads/main.zip
How to use connections:
Bug reports and/or pull requests are welcome
python3.11 -m venv venv && \
source venv/bin/activate && \
pip install --upgrade pip && \
pip install -r requirements.txt
The module is available as open source under the terms of the Apache License, Version 2.0