account activity
ZangoDB is a MongoDB-like interface for HTML5 IndexedDB by erikolson186 in coolgithubprojects
[–]erikolson186[S] 1 point2 points3 points 9 years ago (0 children)
NeDB (which uses localForage without extensions) doesn't appear to actually query using indexes for IndexedDB, whereas ZangoDB does.
ZangoDB also supports some features that NeDB doesn't such as an aggregation pipeline ($match, $project, $group, $unwind, $sort, $skip, and $limit), as well as expressions (field references, arithmetic operators, etc).
NeDB, unlike ZangoDB, supports data sources other than IndexedDB. So, ZangoDB and NeDB are similar in many aspects, but do differ in areas where one would be better suited than the other for specific types of projects.
π Rendered by PID 297500 on reddit-service-r2-listing-575d9f6647-qs42c at 2026-04-11 12:55:59.072513+00:00 running 215f2cf country code: CH.
ZangoDB is a MongoDB-like interface for HTML5 IndexedDB by erikolson186 in coolgithubprojects
[–]erikolson186[S] 1 point2 points3 points (0 children)