sqlitedict
Package — DatabasePython 3.7+Intermediate
Persistent dict backed by SQLite; simple key-value store
Quick Info
- Documentation
- Official Docs
- Python Version
- 3.7+
- Dependencies
- None (pure Python)
- Install
pip install sqlitedict
Learn by Difficulty
Quick Example
python
# Install: pip install sqlitedict import sqlitedict # Basic sqlitedict usage print(f"Using sqlitedict") # See documentation for detailed examples
sqlitedict is a third-party package. Persistent dict backed by SQLite; simple key-value store. Install with: pip install sqlitedict
Try in PlaygroundTags
packagedatabaseormpersistence