EdgeDB Python Driver

edgedb-python is the official EdgeDB driver for Python. It provides both blocking IO and asyncio implementations.

Contents

  • Installation

    edgedb-python is installable via $ pip install edgedb. Read the section for more information on how to install the library.

  • Basic Usage

    High-level examples on how to use blocking and asyncio connections, as well as on how to work with transactions.

  • AsyncIO API

    asyncio APIs reference.

  • Blocking API

    Synchronous IO APIs reference.

  • Datatypes

    EdgeDB Python types documentation.

Light
Dark
System