mirror of
https://github.com/vinta/awesome-python.git
synced 2024-11-23 20:11:06 +00:00
Fixed psycopg2's homepage link
This commit is contained in:
parent
c52dba9b29
commit
651618aefb
|
@ -412,7 +412,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
|
|||
* [mysqlclient](https://github.com/PyMySQL/mysqlclient-python) - MySQL connector with Python 3 support ([mysql-python](https://sourceforge.net/projects/mysql-python/) fork).
|
||||
* [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.
|
||||
* [psycopg2](https://www.psycopg.org) - The most popular PostgreSQL adapter for Python.
|
||||
* [queries](https://github.com/gmr/queries) - A wrapper of the psycopg2 library for interacting with PostgreSQL.
|
||||
* SQlite - [awesome-sqlite](https://github.com/planetopendata/awesome-sqlite)
|
||||
* [sqlite3](https://docs.python.org/3/library/sqlite3.html) - (Python standard library) SQlite interface compliant with DB-API 2.0
|
||||
|
|
Loading…
Reference in New Issue
Block a user