We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 440409b commit bb292c7Copy full SHA for bb292c7
README.rst
@@ -10,7 +10,8 @@ asyncpg -- A fast PostgreSQL Database Client Library for Python/asyncio
10
**asyncpg** is a database interface library designed specifically for
11
PostgreSQL and Python/asyncio. asyncpg is an efficient, clean implementation
12
of PostgreSQL server binary protocol for use with Python's ``asyncio``
13
-framework.
+framework. You can read more about asyncpg in an introductory blog post
14
+`here <http://magic.io/blog/asyncpg-1m-rows-from-postgres-to-python/>`_.
15
16
17
Documentation
0 commit comments