harlequin-mysql


Nameharlequin-mysql JSON
Version 1.1.0 PyPI version JSON
download
home_pageNone
SummaryA Harlequin adapter for MySQL.
upload_time2025-01-28 19:10:48
maintainerNone
docs_urlNone
authorTed Conbeer
requires_python<3.14,>=3.9
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # harlequin-mysql

This repo provides the Harlequin adapter for MySQL.

## Installation

`harlequin-mysql` depends on `harlequin`, so installing this package will also install Harlequin.

### Using pip

To install this adapter into an activated virtual environment:
```bash
pip install harlequin-mysql
```

### Using poetry

```bash
poetry add harlequin-mysql
```

### Using pipx

If you do not already have Harlequin installed:

```bash
pip install harlequin-mysql
```

If you would like to add the Postgres adapter to an existing Harlequin installation:

```bash
pipx inject harlequin harlequin-mysql
```

### As an Extra
Alternatively, you can install Harlequin with the `mysql` extra:

```bash
pip install harlequin[mysql]
```

```bash
poetry add harlequin[mysql]
```

```bash
pipx install harlequin[mysql]
```

## Usage and Configuration

You can open Harlequin with the MySQL adapter by selecting it with the `-a` option and passing connection parameters as CLI options:

```bash
harlequin -a mysql -h localhost -p 3306 -U root --password example --database dev
```

The MySQL adapter does not accept a connection string or DSN.

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/mysql/index).
            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "harlequin-mysql",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<3.14,>=3.9",
    "maintainer_email": null,
    "keywords": null,
    "author": "Ted Conbeer",
    "author_email": "tconbeer@users.noreply.github.com",
    "download_url": "https://files.pythonhosted.org/packages/44/e1/d210f15f8090a7c0834b3bf90c46d202028d401fe96e9dd86e59abfaad40/harlequin_mysql-1.1.0.tar.gz",
    "platform": null,
    "description": "# harlequin-mysql\n\nThis repo provides the Harlequin adapter for MySQL.\n\n## Installation\n\n`harlequin-mysql` depends on `harlequin`, so installing this package will also install Harlequin.\n\n### Using pip\n\nTo install this adapter into an activated virtual environment:\n```bash\npip install harlequin-mysql\n```\n\n### Using poetry\n\n```bash\npoetry add harlequin-mysql\n```\n\n### Using pipx\n\nIf you do not already have Harlequin installed:\n\n```bash\npip install harlequin-mysql\n```\n\nIf you would like to add the Postgres adapter to an existing Harlequin installation:\n\n```bash\npipx inject harlequin harlequin-mysql\n```\n\n### As an Extra\nAlternatively, you can install Harlequin with the `mysql` extra:\n\n```bash\npip install harlequin[mysql]\n```\n\n```bash\npoetry add harlequin[mysql]\n```\n\n```bash\npipx install harlequin[mysql]\n```\n\n## Usage and Configuration\n\nYou can open Harlequin with the MySQL adapter by selecting it with the `-a` option and passing connection parameters as CLI options:\n\n```bash\nharlequin -a mysql -h localhost -p 3306 -U root --password example --database dev\n```\n\nThe MySQL adapter does not accept a connection string or DSN.\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/mysql/index).",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A Harlequin adapter for MySQL.",
    "version": "1.1.0",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "473e8fd4cb633c6b004e492aab33aac01a1d2b2e71fefb2c77c5bba737b90daf",
                "md5": "31c0f23a3179cdc331c148d767bb2f60",
                "sha256": "decf8d043ad537cc8b2af3df518044e86b6a36a89a6ebb7b5e98ea08e37e30b6"
            },
            "downloads": -1,
            "filename": "harlequin_mysql-1.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "31c0f23a3179cdc331c148d767bb2f60",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<3.14,>=3.9",
            "size": 22324,
            "upload_time": "2025-01-28T19:10:47",
            "upload_time_iso_8601": "2025-01-28T19:10:47.051836Z",
            "url": "https://files.pythonhosted.org/packages/47/3e/8fd4cb633c6b004e492aab33aac01a1d2b2e71fefb2c77c5bba737b90daf/harlequin_mysql-1.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "44e1d210f15f8090a7c0834b3bf90c46d202028d401fe96e9dd86e59abfaad40",
                "md5": "eac1fe537a8d7cbda9c31e94cf9fefee",
                "sha256": "7a5a82e5c2eb9383a30443d387a139a4509b111afc2fe935b619e6c73409ee7b"
            },
            "downloads": -1,
            "filename": "harlequin_mysql-1.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "eac1fe537a8d7cbda9c31e94cf9fefee",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<3.14,>=3.9",
            "size": 20663,
            "upload_time": "2025-01-28T19:10:48",
            "upload_time_iso_8601": "2025-01-28T19:10:48.043454Z",
            "url": "https://files.pythonhosted.org/packages/44/e1/d210f15f8090a7c0834b3bf90c46d202028d401fe96e9dd86e59abfaad40/harlequin_mysql-1.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-28 19:10:48",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "harlequin-mysql"
}
        
Elapsed time: 0.92713s