/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.55s
|
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.
asaibx
◴[
06 Nov 20 04:34 UTC
]
No.
25004929
[source]
▶
>>25004762
#
There's always recutils [0] which uses a plain text database format stored in files called recfiles.
[0]
https://labs.tomasino.org/gnu-recutils/
replies(1):
>>25004983
#
ID:
GO
2.
graderjs
◴[
06 Nov 20 04:44 UTC
]
No.
25004983
[source]
▶
>>25004929 (TP)
#
I should add that I was inspired by recutils and considered using it before making this. The appeal of using common Unix tools to play with a database is a motivation for me
↑