Metadata-Version: 2.1
Name: connectors-to-databases
Version: 1.1.1
Summary: Python module for connect with PostgreSQL and ClickHouse 
Home-page: https://github.com/k0rsakov/connectors_to_databases
Download-URL: https://github.com/k0rsakov/connectors_to_databases/archive/refs/heads/main.zip
Author: k0rsakov
Author-email: korsakov.iyu@gmail.com
License: Apache License, Version 2.0, see LICENSE file
Keywords: database,SQL,PostgreSQL,ClickHouse,dataframe
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE.MD

# Connector to databases

![PyPI](https://img.shields.io/pypi/v/connectors-to-databases?color=blueviolet) 
![Python](https://img.shields.io/pypi/pyversions/connectors-to-databases?color=blueviolet)
![License](https://img.shields.io/pypi/l/connectors-to-databases?color=blueviolet)

![PG](https://img.shields.io/badge/PostgreSQL-316192?style=for-the-badge&logo=postgresql&logoColor=white)
![PG](https://img.shields.io/badge/ClickHouse-white?style=for-the-badge&logo=clickhouse&logoColor=yellow)

**Connector to databases** – easy package for connect with database:
- [PostgreSQL](https://github.com/postgres/postgres)
- [ClickHouse](https://github.com/ClickHouse/ClickHouse)

## Installation

Install the current version with 
[PyPI](https://pypi.org/project/connectors-to-databases/):

```bash
pip install connectors-to-databases
```

Or from GitHub:

```bash
pip install https://github.com/k0rsakov/connectors_to_databases/archive/refs/heads/main.zip
```

## Usage

How to use connections:
- [ClickHouse.md](doc/ClickHouse.md)
- [PostgreSQL.md](doc/PostgreSQL.md)

## Contributing

Bug reports and/or pull requests are welcome

## License

The module is available as open source under the terms of the 
[Apache License, Version 2.0](https://opensource.org/licenses/Apache-2.0)
