Anyone who agrees with this pull request could vote for it by adding a 👍 to it, and usually, the maintainer will merge it when votes reach 20.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/vinta/awesome-python/pull/1184
**Author:** [@jmargeta](https://github.com/jmargeta)
**Created:** 10/30/2018
**Status:** ❌ Closed
**Base:** `master` ← **Head:** `asyncpg`
---
### 📝 Commits (1)
- [`ca09fd7`](https://github.com/vinta/awesome-python/commit/ca09fd72425c06bbf20b97f1f0aeaf62f590e05e) Add asyncpg - async PostgreSQL client library
### 📊 Changes
**1 file changed** (+1 additions, -0 deletions)
<details>
<summary>View changed files</summary>
📝 `README.md` (+1 -0)
</details>
### 📄 Description
## What is this Python project?
[Asyncpg](https://github.com/MagicStack/asyncpg) is a fast async client library for PostgreSQL.
## What's the difference between this Python project and similar ones?
- built for asyncio and Python 3.5+ async / await
- plays well with the asyncio ecosystem e.g. with [Sanic](https://github.com/huge-success/sanic) or [Gino ORM](https://github.com/fantix/gino)
- implements PostgreSQL server protocol natively and exposes its features directly
- written almost entirely in Cython
- [based on creators' benchmarks](https://github.com/magicstack/pgbench)
- faster than alternatives
- can be approximately 3x faster than alternative Python libraries such as psycopg2 or aiopg
- achieved query throughput [1M rows/s](https://magic.io/blog/asyncpg-1m-rows-from-postgres-to-python/)
- significantly lower latency
--
Anyone who agrees with this pull request could vote for it by adding a :+1: to it, and usually, the maintainer will merge it when votes reach **20**.
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/vinta/awesome-python/pull/1184
Author: @jmargeta
Created: 10/30/2018
Status: ❌ Closed
Base:
master← Head:asyncpg📝 Commits (1)
ca09fd7Add asyncpg - async PostgreSQL client library📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)📄 Description
What is this Python project?
Asyncpg is a fast async client library for PostgreSQL.
What's the difference between this Python project and similar ones?
--
Anyone who agrees with this pull request could vote for it by adding a 👍 to it, and usually, the maintainer will merge it when votes reach 20.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.