edgedb — Easy Playground
Python client for EdgeDB next-generation graph-relational database
Getting started with edgedbRun locally
Install
pip install edgedbPython CodeRun locally
Expected Output
# Expected output shown below # (Run locally with: edgedb)
edgedb is a third-party package. Python client for EdgeDB next-generation graph-relational database. Install with: pip install edgedb
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?