Skip to content

k0rsakov/connectors_to_databases

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Connector to databases

PyPI Python License

PG PG

Connector to databases – easy package for connect with database:

Installation

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

Usage

How to use connections:

Contributing

Bug reports and/or pull requests are welcome

Create venv

python3.11 -m venv venv && \
source venv/bin/activate && \
pip install --upgrade pip && \
pip install -r requirements.txt

License

The module is available as open source under the terms of the Apache License, Version 2.0