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 71ec6e6 commit 3065415Copy full SHA for 3065415
README.rst
@@ -1,6 +1,12 @@
1
asyncpg -- A fast PostgreSQL Database Client Library for Python/asyncio
2
=======================================================================
3
4
+.. image:: https://travis-ci.org/MagicStack/asyncpg.svg?branch=master
5
+ :target: https://travis-ci.org/MagicStack/asyncpg
6
+
7
+.. image:: https://img.shields.io/pypi/v/asyncpg.svg
8
+ :target: https://pypi.python.org/pypi/asyncpg
9
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``
0 commit comments