Skip to content

Commit 651618a

Browse files
committed
Fixed psycopg2's homepage link
1 parent c52dba9 commit 651618a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
412412
* [mysqlclient](https://github.com/PyMySQL/mysqlclient-python) - MySQL connector with Python 3 support ([mysql-python](https://sourceforge.net/projects/mysql-python/) fork).
413413
* [PyMySQL](https://github.com/PyMySQL/PyMySQL) - A pure Python MySQL driver compatible to mysql-python.
414414
* PostgreSQL - [awesome-postgres](https://github.com/dhamaniasad/awesome-postgres)
415-
* [psycopg2](http://initd.org/psycopg/) - The most popular PostgreSQL adapter for Python.
415+
* [psycopg2](https://www.psycopg.org) - The most popular PostgreSQL adapter for Python.
416416
* [queries](https://github.com/gmr/queries) - A wrapper of the psycopg2 library for interacting with PostgreSQL.
417417
* SQlite - [awesome-sqlite](https://github.com/planetopendata/awesome-sqlite)
418418
* [sqlite3](https://docs.python.org/3/library/sqlite3.html) - (Python standard library) SQlite interface compliant with DB-API 2.0

0 commit comments

Comments
 (0)