mirror of
https://github.com/vinta/awesome-python.git
synced 2024-11-24 12:31:07 +00:00
remove mysql-python
This commit is contained in:
parent
d70459f71c
commit
a9fb5df42c
|
@ -383,11 +383,10 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
|
||||||
*Libraries for connecting and operating databases.*
|
*Libraries for connecting and operating databases.*
|
||||||
|
|
||||||
* MySQL - [awesome-mysql](http://shlomi-noach.github.io/awesome-mysql/)
|
* 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 connector with Python 3 support ([mysql-python](https://sourceforge.net/projects/mysql-python/) fork).
|
||||||
* [mysqlclient](https://github.com/PyMySQL/mysqlclient-python) - mysql-python fork supporting Python 3.
|
|
||||||
* [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) - A pure Python MySQL driver compatible to mysql-python.
|
||||||
* PostgreSQL
|
* PostgreSQL - [awesome-postgres](https://github.com/dhamaniasad/awesome-postgres)
|
||||||
* [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](https://github.com/wulczer/txpostgres) - Twisted based asynchronous driver for PostgreSQL.
|
* [txpostgres](https://github.com/wulczer/txpostgres) - Twisted based asynchronous driver for PostgreSQL.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user