A Harlequin adapter for MySQL.
Project description
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:
pip install harlequin-mysql
Using poetry
poetry add harlequin-mysql
Using pipx
If you do not already have Harlequin installed:
pip install harlequin-mysql
If you would like to add the Postgres adapter to an existing Harlequin installation:
pipx inject harlequin harlequin-mysql
As an Extra
Alternatively, you can install Harlequin with the mysql extra:
pip install harlequin[mysql]
poetry add harlequin[mysql]
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:
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:
harlequin --help
For more information, see the Harlequin Docs.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file harlequin_mysql-1.0.0.tar.gz.
File metadata
- Download URL: harlequin_mysql-1.0.0.tar.gz
- Upload date:
- Size: 19.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.6.1 CPython/3.10.15 Linux/6.5.0-1025-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8e1f8d391e0980bcb6fa257aca939a4ef35f0fa699fad9a03e4835169b6f4585
|
|
| MD5 |
f6c4f310f0ffc5800d156402b41b677b
|
|
| BLAKE2b-256 |
8a214301627383d091e16190ec3d4271974fe37c840eb3f7c9cd794e984371f4
|
File details
Details for the file harlequin_mysql-1.0.0-py3-none-any.whl.
File metadata
- Download URL: harlequin_mysql-1.0.0-py3-none-any.whl
- Upload date:
- Size: 20.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.6.1 CPython/3.10.15 Linux/6.5.0-1025-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
853834cc2c8fdc223d6e1fbf8371fd55f9c95d65ddd35ccca0b671da70467a60
|
|
| MD5 |
d445b5588f6a39bd0079923bde77aaf9
|
|
| BLAKE2b-256 |
dfa3fd90fe45b5ea6a6733414988c8bbba5604184bbaa9f08ad21a3571f189ff
|