Hacker News new | ask | show | jobs
by leoncvlt 2047 days ago
This is something I wrote for a small electron application that needed some simple database functionality: https://www.npmjs.com/package/minim-json-db

Like the OP, stores data locally in .json files, and uses a simple MongoDB-inspired API

1 comments

Thanks! I'll add to related projects