FICHA · MANJARO

python-sqlitedict

Persistent dict in Python, backed up by sqlite3 and pickle, multithread-safe

  • Library
  • Dev
  • DATABASE
  • STORAGE
  • Dependency only
official+codex · reviewed · May 28, 2026 description in en

Description

Stores Python dictionary-like data persistently in a SQLite database, using pickle for values and supporting multithreaded access. It helps small tools keep state on disk without designing a full database schema.

Developers use it as a storage library. Pickle data is not safe to load from untrusted sources, and SQLite files should be backed up if they store important state.

Permissions

Permissions not analysed for this source yet.