datasetEasy Playground

Simple database toolkit: SQLite/PostgreSQL/MySQL with a dict-like API

Getting started with datasetRun locally
Install
pip install dataset
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: dataset)

dataset is a third-party package. Simple database toolkit: SQLite/PostgreSQL/MySQL with a dict-like API. Install with: pip install dataset

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?