LICENSE
MANIFEST.in
Makefile
README.rst
performance.png
setup.py
asyncpg/__init__.py
asyncpg/_testbase.py
asyncpg/cluster.py
asyncpg/compat.py
asyncpg/connection.py
asyncpg/cursor.py
asyncpg/introspection.py
asyncpg/pool.py
asyncpg/prepared_stmt.py
asyncpg/serverversion.py
asyncpg/transaction.py
asyncpg/types.py
asyncpg.egg-info/PKG-INFO
asyncpg.egg-info/SOURCES.txt
asyncpg.egg-info/dependency_links.txt
asyncpg.egg-info/top_level.txt
asyncpg/exceptions/__init__.py
asyncpg/exceptions/_base.py
asyncpg/protocol/__init__.py
asyncpg/protocol/buffer.pxd
asyncpg/protocol/buffer.pyx
asyncpg/protocol/consts.pxi
asyncpg/protocol/coreproto.pxd
asyncpg/protocol/coreproto.pyx
asyncpg/protocol/debug.h
asyncpg/protocol/debug.pxd
asyncpg/protocol/encodings.pyx
asyncpg/protocol/hton.pxd
asyncpg/protocol/pgtypes.pxi
asyncpg/protocol/prepared_stmt.pxd
asyncpg/protocol/prepared_stmt.pyx
asyncpg/protocol/protocol.c
asyncpg/protocol/protocol.pxd
asyncpg/protocol/protocol.pyx
asyncpg/protocol/python.pxd
asyncpg/protocol/settings.pxd
asyncpg/protocol/settings.pyx
asyncpg/protocol/codecs/__init__.py
asyncpg/protocol/codecs/array.pyx
asyncpg/protocol/codecs/base.pxd
asyncpg/protocol/codecs/base.pyx
asyncpg/protocol/codecs/bits.pyx
asyncpg/protocol/codecs/bytea.pyx
asyncpg/protocol/codecs/datetime.pyx
asyncpg/protocol/codecs/float.pyx
asyncpg/protocol/codecs/geometry.pyx
asyncpg/protocol/codecs/hstore.pyx
asyncpg/protocol/codecs/int.pyx
asyncpg/protocol/codecs/json.pyx
asyncpg/protocol/codecs/misc.pyx
asyncpg/protocol/codecs/money.pyx
asyncpg/protocol/codecs/network.pyx
asyncpg/protocol/codecs/numeric.pyx
asyncpg/protocol/codecs/range.pyx
asyncpg/protocol/codecs/record.pyx
asyncpg/protocol/codecs/text.pyx
asyncpg/protocol/codecs/textutils.pyx
asyncpg/protocol/codecs/tsearch.pyx
asyncpg/protocol/codecs/txid.pyx
asyncpg/protocol/codecs/uuid.pyx
asyncpg/protocol/record/__init__.pxd
asyncpg/protocol/record/recordobj.c
asyncpg/protocol/record/recordobj.h
docs/conf.py
docs/examples.rst
docs/index.rst
docs/installation.rst
docs/api/index.rst
tests/test_cancellation.py
tests/test_codecs.py
tests/test_connect.py
tests/test_cursor.py
tests/test_exceptions.py
tests/test_execute.py
tests/test_listeners.py
tests/test_pool.py
tests/test_prepare.py
tests/test_record.py
tests/test_test.py
tests/test_timeout.py
tests/test_transaction.py