diff options
author | adam <adam@pkgsrc.org> | 2017-07-31 12:12:59 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2017-07-31 12:12:59 +0000 |
commit | 1f13931a98e4ce2d8a07948991b93d74caa8c9ee (patch) | |
tree | 6d296fa17d29afedb98a9398988cc6c2ae6bc7ac /databases/Makefile | |
parent | 9976f66b3e73f207e2bc08b5d4d4f140a93d26e9 (diff) | |
download | pkgsrc-1f13931a98e4ce2d8a07948991b93d74caa8c9ee.tar.gz |
asyncpg is a database interface library designed specifically for PostgreSQL
and Python/asyncio. asyncpg is an efficient, clean implementation of
PostgreSQL server binary protocol for use with Python's asyncio framework.
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/Makefile b/databases/Makefile index 992b78437dc..eb422d4c450 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.533 2017/07/30 17:35:39 adam Exp $ +# $NetBSD: Makefile,v 1.534 2017/07/31 12:12:59 adam Exp $ COMMENT= Databases @@ -325,6 +325,7 @@ SUBDIR+= postgresql96-server SUBDIR+= pxtools SUBDIR+= py-PgSQL SUBDIR+= py-apsw +SUBDIR+= py-asyncpg SUBDIR+= py-barman SUBDIR+= py-bdb-xml SUBDIR+= py-bsddb3 |