asyncpg 0.5.3 Released

From: Elvis Pranskevichus <elvis(at)magic(dot)io>
To: pgsql-announce <pgsql-announce(at)postgresql(dot)org>
Subject: asyncpg 0.5.3 Released
Date: 2016-08-06 20:54:09
Message-ID: 2813189.VpKCfAC25J@klinga.prans.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce

asyncpg [1] is a new fully-featured open-source Python client library for
PostgreSQL. It is built specifically for asyncio and Python 3.5 async /
await. asyncpg is the fastest driver among common Python, NodeJS and Go
implementations.

Feature highlights:

* very fast (2-3x faster than psycopg2 on average [2]);

* direct implementation of PostgreSQL protocol and binary type I/O;

* automatic encoding and decoding of all standard data types,
composite types, arrays, range types, and any combination of those;

* straightforward support for implementation of custom data type codecs;

* support for prepared statements;

* no external dependencies, easy installation.

Feedback, suggestions and pull requests are very welcome.

Read more about asyncpg in the introductory blog post [2].

[1] https://github.com/MagicStack/asyncpg
[2] http://magic.io/blog/asyncpg-1m-rows-from-postgres-to-python/

Browse pgsql-announce by date

  From Date Subject
Next Message David Fetter 2016-08-07 22:27:12 == PostgreSQL Weekly News - August 07 2016 ==
Previous Message Albe Laurenz 2016-08-05 10:03:41 oracle_fdw 1.5.0 released