connectors-to-databases


Nameconnectors-to-databases JSON
Version 1.1.1 PyPI version JSON
download
home_pagehttps://github.com/k0rsakov/connectors_to_databases
SummaryPython module for connect with PostgreSQL and ClickHouse
upload_time2023-07-24 02:09:09
maintainer
docs_urlNone
authork0rsakov
requires_python>=3.9
licenseApache License, Version 2.0, see LICENSE file
keywords database sql postgresql clickhouse dataframe
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/k0rsakov/connectors_to_databases",
    "name": "connectors-to-databases",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "",
    "keywords": "database,SQL,PostgreSQL,ClickHouse,dataframe",
    "author": "k0rsakov",
    "author_email": "korsakov.iyu@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/a9/0f/8d64cd9422c084cebc40ecf1f0e5237eb9898a9d2da0d5cea428af14cb94/connectors_to_databases-1.1.1.tar.gz",
    "platform": null,
    "description": "# Connector to databases\n\n![PyPI](https://img.shields.io/pypi/v/connectors-to-databases?color=blueviolet) \n![Python](https://img.shields.io/pypi/pyversions/connectors-to-databases?color=blueviolet)\n![License](https://img.shields.io/pypi/l/connectors-to-databases?color=blueviolet)\n\n![PG](https://img.shields.io/badge/PostgreSQL-316192?style=for-the-badge&logo=postgresql&logoColor=white)\n![PG](https://img.shields.io/badge/ClickHouse-white?style=for-the-badge&logo=clickhouse&logoColor=yellow)\n\n**Connector to databases** \u2013 easy package for connect with database:\n- [PostgreSQL](https://github.com/postgres/postgres)\n- [ClickHouse](https://github.com/ClickHouse/ClickHouse)\n\n## Installation\n\nInstall the current version with \n[PyPI](https://pypi.org/project/connectors-to-databases/):\n\n```bash\npip install connectors-to-databases\n```\n\nOr from GitHub:\n\n```bash\npip install https://github.com/k0rsakov/connectors_to_databases/archive/refs/heads/main.zip\n```\n\n## Usage\n\nHow to use connections:\n- [ClickHouse.md](doc/ClickHouse.md)\n- [PostgreSQL.md](doc/PostgreSQL.md)\n\n## Contributing\n\nBug reports and/or pull requests are welcome\n\n## License\n\nThe module is available as open source under the terms of the \n[Apache License, Version 2.0](https://opensource.org/licenses/Apache-2.0)\n",
    "bugtrack_url": null,
    "license": "Apache License, Version 2.0, see LICENSE file",
    "summary": "Python module for connect with PostgreSQL and ClickHouse",
    "version": "1.1.1",
    "project_urls": {
        "Download": "https://github.com/k0rsakov/connectors_to_databases/archive/refs/heads/main.zip",
        "Homepage": "https://github.com/k0rsakov/connectors_to_databases"
    },
    "split_keywords": [
        "database",
        "sql",
        "postgresql",
        "clickhouse",
        "dataframe"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "495857578abdf4b354e9dcea79c7bc9b676d4f6bddb96bc1ea99f059c767b718",
                "md5": "56168d5eac85f79cc22e94ab241c794f",
                "sha256": "8266015664918d98f22636380517abdbeda9a04d535a6ef36cf29633387dbc10"
            },
            "downloads": -1,
            "filename": "connectors_to_databases-1.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "56168d5eac85f79cc22e94ab241c794f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 11466,
            "upload_time": "2023-07-24T02:09:03",
            "upload_time_iso_8601": "2023-07-24T02:09:03.055102Z",
            "url": "https://files.pythonhosted.org/packages/49/58/57578abdf4b354e9dcea79c7bc9b676d4f6bddb96bc1ea99f059c767b718/connectors_to_databases-1.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a90f8d64cd9422c084cebc40ecf1f0e5237eb9898a9d2da0d5cea428af14cb94",
                "md5": "276ccedf9442924f74ffc1f78f2fbe08",
                "sha256": "e585799fab0265e58834316d38878b181f76ac59c05b7be610eb3210e2f0d6a1"
            },
            "downloads": -1,
            "filename": "connectors_to_databases-1.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "276ccedf9442924f74ffc1f78f2fbe08",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 10482,
            "upload_time": "2023-07-24T02:09:09",
            "upload_time_iso_8601": "2023-07-24T02:09:09.909841Z",
            "url": "https://files.pythonhosted.org/packages/a9/0f/8d64cd9422c084cebc40ecf1f0e5237eb9898a9d2da0d5cea428af14cb94/connectors_to_databases-1.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-24 02:09:09",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "k0rsakov",
    "github_project": "connectors_to_databases",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "connectors-to-databases"
}
        
Elapsed time: 0.11883s