# harlequin-databend
This repo provides the Harlequin adapter for [Databend](https://github.com/datafuselabs/databend).
## Installation
`harlequin-databend` depends on `harlequin` and [databend-py](https://github.com/datafuselabs/databend-py), so installing this package will also install these packages.
### Using pip
To install this adapter into an activated virtual environment:
```bash
pip install harlequin-databend
```
### Using poetry
```bash
poetry add harlequin-databend
```
### Using pipx
If you do not already have Harlequin installed:
```bash
pip install harlequin-databend
```
If you would like to add the databend adapter to an existing Harlequin installation:
```bash
pipx inject harlequin harlequin-databend
```
## Usage and Configuration
You can open Harlequin with the Databend adapter by selecting it with the `-a` option and pass all or parts of the connection string as separate options:
```bash
harlequin -a databend -h localhost -P 8000 --user databend -p databend
```
Many more options are available; to see the full list, run:
```bash
harlequin --help
```
For more information, see the [Harlequin Docs](https://harlequin.sh/docs/postgres/index).
Raw data
{
"_id": null,
"home_page": "https://github.com/datafuselabs/databend",
"name": "harlequin-databend",
"maintainer": null,
"docs_url": null,
"requires_python": "<4.0,>=3.10",
"maintainer_email": null,
"keywords": "databend, harlequin",
"author": "hanxuanliang",
"author_email": "hxuanliang@163.com",
"download_url": "https://files.pythonhosted.org/packages/ce/98/43d695ef7f1c19e88221628be5b323e93584aef11e3b5180279c56d8c92e/harlequin_databend-0.1.22.tar.gz",
"platform": null,
"description": "# harlequin-databend\n\nThis repo provides the Harlequin adapter for [Databend](https://github.com/datafuselabs/databend).\n\n## Installation\n\n`harlequin-databend` depends on `harlequin` and [databend-py](https://github.com/datafuselabs/databend-py), so installing this package will also install these packages.\n\n### Using pip\n\nTo install this adapter into an activated virtual environment:\n```bash\npip install harlequin-databend\n```\n\n### Using poetry\n\n```bash\npoetry add harlequin-databend\n```\n\n### Using pipx\n\nIf you do not already have Harlequin installed:\n\n```bash\npip install harlequin-databend\n```\n\nIf you would like to add the databend adapter to an existing Harlequin installation:\n\n```bash\npipx inject harlequin harlequin-databend\n```\n\n## Usage and Configuration\n\nYou can open Harlequin with the Databend adapter by selecting it with the `-a` option and pass all or parts of the connection string as separate options:\n\n```bash\nharlequin -a databend -h localhost -P 8000 --user databend -p databend\n```\n\nMany more options are available; to see the full list, run:\n\n```bash\nharlequin --help\n```\n\nFor more information, see the [Harlequin Docs](https://harlequin.sh/docs/postgres/index).\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "A Harlequin adapter for Databend.",
"version": "0.1.22",
"project_urls": {
"Homepage": "https://github.com/datafuselabs/databend"
},
"split_keywords": [
"databend",
" harlequin"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "edd0ead0bb8daa2226eedcbc0b5d92d6717dd9625177bb76e11398c05129d722",
"md5": "f3b1c3cf1ef22bdeee9b7a4fda8a5cca",
"sha256": "242b246a77a05d5b8e14fb35d6105fbc3d6fbe4191131fcd47e53a5f0b169f3e"
},
"downloads": -1,
"filename": "harlequin_databend-0.1.22-py3-none-any.whl",
"has_sig": false,
"md5_digest": "f3b1c3cf1ef22bdeee9b7a4fda8a5cca",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4.0,>=3.10",
"size": 5655,
"upload_time": "2024-05-31T14:16:06",
"upload_time_iso_8601": "2024-05-31T14:16:06.691633Z",
"url": "https://files.pythonhosted.org/packages/ed/d0/ead0bb8daa2226eedcbc0b5d92d6717dd9625177bb76e11398c05129d722/harlequin_databend-0.1.22-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "ce9843d695ef7f1c19e88221628be5b323e93584aef11e3b5180279c56d8c92e",
"md5": "a473f090fb8d24a419206005775d7d56",
"sha256": "1bd442ee19ab18a9c32a8438f7a4056f51ed39683f2964d672cc3696c3b9cffb"
},
"downloads": -1,
"filename": "harlequin_databend-0.1.22.tar.gz",
"has_sig": false,
"md5_digest": "a473f090fb8d24a419206005775d7d56",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4.0,>=3.10",
"size": 4588,
"upload_time": "2024-05-31T14:16:09",
"upload_time_iso_8601": "2024-05-31T14:16:09.084742Z",
"url": "https://files.pythonhosted.org/packages/ce/98/43d695ef7f1c19e88221628be5b323e93584aef11e3b5180279c56d8c92e/harlequin_databend-0.1.22.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-05-31 14:16:09",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "datafuselabs",
"github_project": "databend",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "harlequin-databend"
}