diff --git a/README.md b/README.md index 9d2973a..5397bfd 100644 --- a/README.md +++ b/README.md @@ -189,7 +189,7 @@ for `EXPLAIN`, that also provides performance tips (Commercial Software). * Node: [node-postgres](https://github.com/brianc/node-postgres), [pg-promise](https://github.com/vitaly-t/pg-promise), [pogi](https://github.com/holdfenytolvaj/pogi), [slonik](https://github.com/gajus/slonik), [postgres](https://github.com/porsager/postgres) * Perl: [DBD-Pg](https://metacpan.org/pod/distribution/DBD-Pg/Pg.pm) * PHP: [Pomm](http://www.pomm-project.org), [pecl/pq](https://github.com/m6w6/ext-pq) -* Python: [psycopg2](https://pypi.org/project/psycopg2/) +* Python: [psycopg2](https://pypi.org/project/psycopg2/), [asyncpg](https://pypi.org/project/asyncpg/) * Ruby: [pg](https://github.com/ged/ruby-pg) * Rust: [rust-postgresql](https://github.com/sfackler/rust-postgres) * Lua: [luapgsql](https://github.com/arcapos/luapgsql)