databases — Easy Playground
Async database support for SQLAlchemy Core queries
Getting started with databasesRun locally
Install
pip install databases[sqlite]Python CodeRun locally
Expected Output
# Expected output shown below # (Run locally with: databases)
databases is a third-party package. Async database support for SQLAlchemy Core queries. Install with: pip install databases[sqlite]
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?