asyncpg — Easy Playground
High-performance async PostgreSQL driver
Getting started with asyncpgRun locally
Install
pip install asyncpgPython CodeRun locally
Expected Output
# Expected output shown below # (Run locally with: asyncpg)
asyncpg is a third-party package. High-performance async PostgreSQL driver. Install with: pip install asyncpg
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?