edgedb

Package — DatabasePython 3.7+Intermediate

Python client for EdgeDB next-generation graph-relational database

Quick Info

Documentation
Official Docs
Python Version
3.7+
Dependencies
None (self-contained)
Install
pip install edgedb

Learn by Difficulty

Quick Example

python
# Install: pip install edgedb
import edgedb

# Basic edgedb usage
print(f"Using edgedb")
# See documentation for detailed examples

edgedb is a third-party package. Python client for EdgeDB next-generation graph-relational database. Install with: pip install edgedb

Try in Playground

Tags

packagedatabaseormpersistence