←back to thread

115 points graderjs | 1 comments | | HN request time: 0.487s | 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 #
asaibx ◴[] No.25004929[source]
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 #
1. graderjs ◴[] No.25004983[source]
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