/top/
/new/
/best/
/ask/
/show/
/job/
^
slacker news
login
about
←back to thread
Show HN: Sir – Git-diff-able JSON database on yer filesystem
(github.com)
115 points
graderjs
| 2 comments |
06 Nov 20 03:19 UTC
|
HN request time: 0.001s
|
source
Show context
yodon
◴[
06 Nov 20 04:01 UTC
]
No.
25004762
[source]
▶
>>25004554 (OP)
#
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
◴[
06 Nov 20 10:10 UTC
]
No.
25006504
[source]
▶
>>25004762
#
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
#
ID:
GO
2.
graderjs
◴[
06 Nov 20 10:24 UTC
]
No.
25006571
[source]
▶
>>25006504 (TP)
#
Thanks! I'll add to related projects
↑