mirror of
https://github.com/vinta/awesome-python.git
synced 2024-11-24 12:31:07 +00:00
add mycli
mycli is a Terminal Client for MySQL with AutoCompletion and Syntax Highlighting.
This commit is contained in:
parent
e47b00e4a2
commit
eebbb5cd40
|
@ -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.
|
* [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.
|
* [PyMySQL](https://github.com/PyMySQL/PyMySQL) - Pure Python MySQL driver compatible to mysql-python.
|
||||||
* PostgreSQL
|
* 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.
|
* [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.
|
* [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.
|
* [txpostgres](http://txpostgres.readthedocs.org/) - Twisted based asynchronous driver for PostgreSQL.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user