remove mysql-python

This commit is contained in:
Vinta 2018-02-28 16:57:34 +08:00
parent d70459f71c
commit a9fb5df42c
1 changed files with 3 additions and 4 deletions

View File

@ -383,11 +383,10 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
*Libraries for connecting and operating databases.*
* MySQL - [awesome-mysql](http://shlomi-noach.github.io/awesome-mysql/)
* [mysql-python](https://sourceforge.net/projects/mysql-python/) - The MySQL database connector for Python.
* [mysqlclient](https://github.com/PyMySQL/mysqlclient-python) - mysql-python fork supporting Python 3.
* [mysqlclient](https://github.com/PyMySQL/mysqlclient-python) - MySQL connector with Python 3 support ([mysql-python](https://sourceforge.net/projects/mysql-python/) fork).
* [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
* [PyMySQL](https://github.com/PyMySQL/PyMySQL) - A pure Python MySQL driver compatible to mysql-python.
* PostgreSQL - [awesome-postgres](https://github.com/dhamaniasad/awesome-postgres)
* [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](https://github.com/wulczer/txpostgres) - Twisted based asynchronous driver for PostgreSQL.