piskvorky/sqlitedict
Persistent dict, backed by sqlite3 and pickle, multithread-safe. observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 5524
- days_rel: n/a
- days_push: 1365
- n_releases_24m: 0
Adoption not part of the score
1245 stars · 140 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A lightweight Python library providing a persistent dict interface backed by SQLite and pickle, with multithread-safe access. It wraps Python's sqlite3 module with a simple, Pythonic dict-like API including autocommit and context manager support.
Use cases
- persist a python dictionary to disk
- simple key-value store without running a database server
- share dict-like data across threads safely
- store pickled objects in sqlite
- lightweight embedded storage for small python apps
When to choose
- you need simple persistent key-value storage in pure Python with no server
- your workload is single-process but possibly multithreaded
- you want a dict API with sqlite durability
When to avoid
- you need concurrent access from multiple processes
- you need queries, indexes, or relational features beyond key-value lookups
- you need high write throughput or network access
Facets
library · maturity maintenance
database serialization caching databases developer-tools python cross-platform sqlite persistent-dict key-value-store pickle multithreaded data-engineering
2 sources
- readme: https://github.com/piskvorky/sqlitedict · fetched 2026-08-28 · acba028db361
- registry_pypi: https://pypi.org/pypi/sqlitedict/json · fetched 2026-08-29 · 4d4ca24552fc
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| piskvorky/sqlitedict | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="piskvorky/sqlitedict")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem