edgedb-python is the official EdgeDB driver for Python. It provides both blocking IO and asyncio implementations.
edgedb-python is installable via $ pip install edgedb
. Read
the section for more information on how to install the library.
High-level examples on how to use blocking and asyncio connections, as well as on how to work with transactions.
asyncio APIs reference.
Synchronous IO APIs reference.
EdgeDB Python types documentation.