Skip to main content

mycli

Build Status License

A command line client for MySQL with auto-completion and syntax highlighting.

Homepage: https://mycli.net

Documentation: https://mycli.net/docs

Completion
CompletionGif

Mycli is compatible with MySQL, MariaDB, Percona, TiDB, and Apache Doris.

Postgres Equivalent: https://pgcli.com

Release 2.x

Release 2.0.0 has breaking changes!

Quick Start

If you already know how to install Python packages, then you can install mycli via pip. This package is always up to date.

You might need sudo on Linux.

pip install --upgrade 'mycli[all]'

or, only on macOS (pygments is optional but recommended):

brew update && brew install mycli pygments

or, only on Debian or Ubuntu (fzf and pygments are optional but recommended):

sudo apt-get install mycli fzf python3-pygments

Usage

See

mycli --help

Features

  • Auto-completion as you type for SQL keywords as well as tables, views, columns, enums, and more!
  • Fuzzy history search using fzf.
  • Output explorer using fzf or other tools.
  • Syntax highlighting using Pygments.
  • Smart-completion (enabled by default) will suggest context-sensitive completion.
    • SELECT * FROM <tab> will only show table names.
    • SELECT * FROM users WHERE <tab> will only show column names.
  • Support for multiline queries.
  • Favorite queries with positional or named parameters using Jinja. Save a query using /fs <alias> <query> and execute it with /f <alias> or /f <alias> --key=value.
  • Timing of sql statements and table rendering.
  • Log every query and its results to a file (disabled by default).
  • Pretty print tabular data (with colors!).
  • Support for SSL connections
  • Shell-style trailing redirects with $>, $>> and $| operators.
  • Polars dataframe transforms and plots with .|, and Parquet saves with .>.
  • Support for querying LLMs with context derived from your schema using /llm.
  • Support for storing passwords in the system keyring.

Mycli creates a config file ~/.myclirc on the first run; you can use the options in that file to configure the above features, and more.

Some features are only exposed as key bindings.

Implementation

mycli is written using prompt_toolkit and other Python libraries.

Contributions

If you're interested in contributing to this project, first of all we would like to extend our heartfelt gratitude. We've written a small doc to describe how to get mycli running in a development setup.

https://github.com/dbcli/mycli/blob/main/CONTRIBUTING.md

Additional Install Instructions

Shell Completions

If installed via Homebrew, shell completions may already be configured.

Otherwise, to configure shell completions for the current session, execute a command like this:

eval "$(mycli --completions SHELL)"

replacing SHELL with bash, zsh, or fish, depending on your choice of shell.

To permanently install shell completions, the above command may be added to your ~/.bashrc, ~/.zshrc, or ~/.config/fish/config.fish. To speed up login time, the output of mycli --completions SHELL may be saved to a file and loaded with source.

Alternative Install Methods

These are some alternative ways to install mycli that are not managed by our team but provided by OS package maintainers. OS packages could be considerably out of date.

If present, the fzf package can be used for fuzzy history search, and as an output "explorer" with the \x special command. pygemtize can be used for syntax highlighting within the fuzzy history search. The less package is also expected, but almost always already installed.

Arch, Manjaro

You can install the mycli package available in the AUR. fzf and python-pygments are optional but recommended:

yay -S mycli fzf python-pygments

Debian, Ubuntu

On Debian and Ubuntu distributions, you can easily install the mycli package using apt. The fzf and python3-pygments packages are optional but recommended:

sudo apt-get install mycli fzf python3-pygments

Fedora

Fedora has a package available for mycli; install it using dnf. The fzf and python-pygments packages are optional but recommended:

sudo dnf install mycli fzf python-pygments

Windows

Option 1: Native Windows

Install the less pager, for example by scoop install less.

Install the fzf fuzzy finder, for example by scoop install fzf.

Follow the instructions on this blog post: https://web.archive.org/web/20221006045208/https://www.codewall.co.uk/installing-using-mycli-on-windows/

The libraries used in mycli are Windows-compatible, but there are known limitations according to the test suite. The basics work without any modifications, but this configuration isn't supported software at this time.

PRs to address shortcomings on Windows would be welcome!

Option 2: WSL

Mycli is more compatible with WSL than with native Windows, though still not 100% perfect. This is a good option for using mycli on Windows.

With WSL, you are probably using an Ubuntu distribution, in which case recommended dependencies can be installed by

sudo apt-get install fzf python3-pygments

and mycli can be installed by apt-get or by pip (recommended):

pip install --upgrade 'mycli[all]'

PRs to complete WSL support would be welcome!

Thanks

This project was funded through Kickstarter. Our thanks to the backers who supported the project.

A special thanks to Jonathan Slenders for creating Python Prompt Toolkit, which is quite literally the backbone library, that made this app possible. Jonathan has also provided valuable feedback and support during the development of this app.

Click is used for command line option parsing and printing error messages.

Thanks to PyMysql for a pure Python adapter to MySQL databases.

Compatibility

Mycli is tested on macOS (full), Linux (full), Windows (partial), and WSL (partial), and requires Python 3.10 or better.

To connect to MySQL versions earlier than 5.5, you may need to set the following in ~/.myclirc:

[connection]
# character set for connections without --charset being set at the CLI
default_character_set = utf8

or set --charset=utf8 when invoking mycli

Configuration and Usage

For more information on using and configuring mycli, check out our documentation.

Common topics include:

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mycli-2.18.1.tar.gz (849.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mycli-2.18.1-py3-none-any.whl (181.6 kB view details)

Uploaded Python 3

File details

Details for the file mycli-2.18.1.tar.gz.

File metadata

  • Download URL: mycli-2.18.1.tar.gz
  • Upload date:
  • Size: 849.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for mycli-2.18.1.tar.gz
Algorithm Hash digest
SHA256 818712974dcd20f3160946afcd5bb6704247d8baaedb33abb0c99c380cd4f320
MD5 85ae99da9dfafcc28771acce319073d6
BLAKE2b-256 6740bb0bc477652bc70d4044ab144cd0e26c90c755366b66e035e128362421b5

See more details on using hashes here.

Provenance

The following attestation bundles were made for mycli-2.18.1.tar.gz:

Publisher: publish.yml on dbcli/mycli

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mycli-2.18.1-py3-none-any.whl.

File metadata

  • Download URL: mycli-2.18.1-py3-none-any.whl
  • Upload date:
  • Size: 181.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for mycli-2.18.1-py3-none-any.whl
Algorithm Hash digest
SHA256 6bb9509a194bcde62e95b9728abc9ac7f13d82681d2d424aa5c2664a4173f919
MD5 aa5ece9abcf01d6836d8f9d96afbb95d
BLAKE2b-256 f29e47b33dcfcb62d72fb81913b8b8e3c6d216d0718351d9049c1de9592521cc

See more details on using hashes here.

Provenance

The following attestation bundles were made for mycli-2.18.1-py3-none-any.whl:

Publisher: publish.yml on dbcli/mycli

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

2.20.0

2 files

2.19.0

2 files

2.18.5

2 files

2.18.4

2 files

2.18.3

2 files

2.18.2

2 files

This release

2.18.1 This release

2 files

2.18.0

2 files

2.17.0

2 files

2.16.0

2 files

2.15.0

2 files

2.14.0

2 files

2.13.2

2 files

2.13.1

2 files

2.13.0

2 files

2.12.0

2 files

2.11.0

2 files

2.10.0

2 files

2.9.0

2 files

2.8.0

2 files

2.7.0

2 files

2.6.1

2 files

2.5.1

2 files

2.5.0

2 files

2.4.0

2 files

2.3.0

2 files

2.2.0

2 files

2.1.1

2 files

2.0.0

2 files

1.76.0

2 files

1.75.0

2 files

1.74.1

2 files

1.74.0

2 files

1.73.1

2 files

1.73.0

2 files

1.72.1

2 files

1.72.0

2 files

1.71.0

2 files

1.70.0

2 files

1.69.0

2 files

1.68.1

2 files

1.68.0

2 files

1.67.1

2 files

1.66.0

2 files

1.65.1

2 files

1.65.0

2 files

1.64.0

2 files

1.63.0

2 files

1.62.0

2 files

1.61.0

2 files

1.60.0

2 files

1.59.0

2 files

1.58.0

2 files

1.57.0

2 files

1.56.0

2 files

1.55.0

2 files

1.54.1

2 files

1.54.0

2 files

1.53.0

2 files

1.52.0

2 files

1.51.1

2 files

1.50.0

2 files

1.49.0

2 files

1.48.0

2 files

1.47.0

2 files

1.46.0

2 files

1.45.0

2 files

1.44.2

2 files

1.44.1

2 files

1.44.0

2 files

1.43.1

2 files

1.43.0

2 files

1.42.0

2 files

1.41.2

2 files

1.41.1

2 files

1.41.0

2 files

1.40.0

2 files

1.39.1

2 files

1.39.0

2 files

1.38.4

2 files

1.38.3

2 files

1.38.2

2 files

1.38.1

2 files

1.38.0

2 files

1.37.1

2 files

1.37.0

2 files

1.36.0

2 files

1.35.0

2 files

1.34.4

2 files

1.34.3

2 files

1.34.2

2 files

1.34.1

2 files

1.34.0

2 files

1.33.0

2 files

1.32.0

2 files

1.31.2

2 files

1.31.1

2 files

1.30.0

2 files

1.29.2

2 files

1.29.1

2 files

1.28.0

2 files

1.27.2

2 files

1.27.1

2 files

1.27.0

2 files

1.26.1

2 files

1.26.0

2 files

1.25.0

2 files

1.24.4

2 files

1.24.3

2 files

1.24.2

2 files

1.24.1

2 files

1.24.0

2 files

1.23.2

2 files

1.23.1

2 files

1.23.0

2 files

1.22.2

3 files

1.22.1

2 files

1.22.0

2 files

1.21.1

2 files

1.21.0

2 files

1.20.1

2 files

1.20.0

2 files

1.19.0

2 files

1.18.2

2 files

1.18.1

2 files

1.18.0

2 files

1.17.0

2 files

1.16.0

2 files

1.15.0

2 files

1.14.0

2 files

1.13.1

2 files

1.13.0

2 files

1.12.1

2 files

1.12.0

2 files

1.11.0

2 files

1.10.0

2 files

1.9.0

2 files

1.8.1

2 files

1.8.0

1 file

1.7.1

1 file

1.7.0

1 file

1.6.0

1 file

1.5.2

1 file

1.5.1

1 file

1.5.0

1 file

1.4.0

1 file

1.3.0

1 file

1.2.0

1 file

1.1.1

1 file

1.0.1

1 file

1.0.0

1 file

0.0.0

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page