sqlitedict — Easy Playground
Persistent dict backed by SQLite; simple key-value store
Getting started with sqlitedictRun locally
Install
pip install sqlitedictPython CodeRun locally
Expected Output
# Expected output shown below # (Run locally with: sqlitedict)
sqlitedict is a third-party package. Persistent dict backed by SQLite; simple key-value store. Install with: pip install sqlitedict
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?