←back to thread

115 points graderjs | 2 comments | | HN request time: 0.001s | source
Show context
yodon ◴[] No.25004762[source]
I've often looked for a simple human readable file-based DB-like system like this. Are there other competing packages like this?
replies(6): >>25004905 #>>25004915 #>>25004929 #>>25005021 #>>25005739 #>>25006504 #
1. leoncvlt ◴[] No.25006504[source]
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

replies(1): >>25006571 #
2. graderjs ◴[] No.25006571[source]
Thanks! I'll add to related projects