From eebbb5cd407e8b5c67af30a530ec933ec1af9e9e Mon Sep 17 00:00:00 2001 From: liuyix Date: Sun, 20 Dec 2015 09:24:50 +0800 Subject: [PATCH 1/2] add mycli mycli is a Terminal Client for MySQL with AutoCompletion and Syntax Highlighting. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9617b7db..750e6b5b 100644 --- a/README.md +++ b/README.md @@ -397,6 +397,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * [oursql](https://pythonhosted.org/oursql/) - A better MySQL connector with support for native prepared statements and BLOBs. * [PyMySQL](https://github.com/PyMySQL/PyMySQL) - Pure Python MySQL driver compatible to mysql-python. * PostgreSQL + * [mycli](https://github.com/dbcli/mycli) - A Terminal Client for MySQL with AutoCompletion and Syntax Highlighting. * [psycopg2](http://initd.org/psycopg/) - The most popular PostgreSQL adapter for Python. * [queries](https://github.com/gmr/queries) - A wrapper of the psycopg2 library for interacting with PostgreSQL. * [txpostgres](http://txpostgres.readthedocs.org/) - Twisted based asynchronous driver for PostgreSQL. From 967f5135d9ce798497a47785b4e97c194aa83d8e Mon Sep 17 00:00:00 2001 From: liuyix Date: Sun, 20 Dec 2015 09:47:37 +0800 Subject: [PATCH 2/2] move mycli to Productivity Tools --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 750e6b5b..f2b030cd 100644 --- a/README.md +++ b/README.md @@ -296,6 +296,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * [percol](https://github.com/mooz/percol) - Adds flavor of interactive selection to the traditional pipe concept on UNIX. * [SAWS](https://github.com/donnemartin/saws) - A Supercharged AWS CLI. * [thefuck](https://github.com/nvbn/thefuck) - Correcting your previous console command. + * [mycli](https://github.com/dbcli/mycli) - A Terminal Client for MySQL with AutoCompletion and Syntax Highlighting. ## Downloader @@ -397,7 +398,6 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * [oursql](https://pythonhosted.org/oursql/) - A better MySQL connector with support for native prepared statements and BLOBs. * [PyMySQL](https://github.com/PyMySQL/PyMySQL) - Pure Python MySQL driver compatible to mysql-python. * PostgreSQL - * [mycli](https://github.com/dbcli/mycli) - A Terminal Client for MySQL with AutoCompletion and Syntax Highlighting. * [psycopg2](http://initd.org/psycopg/) - The most popular PostgreSQL adapter for Python. * [queries](https://github.com/gmr/queries) - A wrapper of the psycopg2 library for interacting with PostgreSQL. * [txpostgres](http://txpostgres.readthedocs.org/) - Twisted based asynchronous driver for PostgreSQL.