typicaljoe/taffydb
TaffyDB - an open source JavaScript Database for your browser observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 6340
- days_rel: n/a
- days_push: 817
- n_releases_24m: 0
Adoption not part of the score
2208 stars · 283 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
TaffyDB is an open-source JavaScript library providing in-memory database capabilities for browser and Node.js applications. It lets you treat arrays of JSON objects like database tables and query or manipulate them with a SQL-inspired interface.
Use cases
- query arrays of JSON objects with SQL-like filters in the browser
- filter, sort, and update in-memory records without a backend database
- find records by field equality, comparison operators, or like patterns
- get distinct values, counts, and selected columns from a collection
- manipulate client-side data collections in a jQuery or DOM app
- store and query structured data in a Node.js script
When to choose
- you need lightweight in-memory querying of JSON data in the browser or Node
- you want SQL-inspired operations (insert, update, sort, distinct) on object arrays
- you need a small, dependency-free library compatible with older browsers
When to avoid
- you need persistent storage, transactions, or large datasets beyond memory
- you need a real database with indexes, joins, or concurrent access
- the project requires actively maintained software with modern ES module support
Facets
library · maturity maintenance
database search-engine serialization databases web-development developer-tools browser cross-platform in-memory-database -database sql-like-queries data-manipulation javascript nodejs
3 sources
- readme: https://github.com/typicaljoe/taffydb · fetched 2026-08-28 · b9700eeb790a
- homepage: http://taffydb.com · fetched 2026-08-29 · fe012432d36e
- registry_npm: https://registry.npmjs.org/taffydb · fetched 2026-08-29 · ce936b51f316
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| typicaljoe/taffydb | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="typicaljoe/taffydb")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem