[PR #1184] [CLOSED] Add asyncpg - async PostgreSQL client library #1062

Closed
opened 2025-11-06 13:08:28 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/1184
Author: @jmargeta
Created: 10/30/2018
Status: Closed

Base: masterHead: asyncpg


📝 Commits (1)

  • ca09fd7 Add 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?

  • built for asyncio and Python 3.5+ async / await
  • plays well with the asyncio ecosystem e.g. with Sanic or Gino ORM
  • implements PostgreSQL server protocol natively and exposes its features directly
  • written almost entirely in Cython
  • based on creators' benchmarks
    • faster than alternatives
    • can be approximately 3x faster than alternative Python libraries such as psycopg2 or aiopg
    • achieved query throughput 1M rows/s
    • significantly lower latency

--

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>
GiteaMirror added the pull-request label 2025-11-06 13:08:28 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-python#1062