needing to recompile to add keysets is pain.
- .ini file with name-value pairs ? mediocre
- any "noSQL" key-value store is not really a good fit. gdbm, tdb, berkeley db etc. fall in this category
- full relational db ? sqlite, etc... nice API for queries etc, but needs work to import/export human-readable dumps
- csv ? better probably, but needs some supporting code for queries
- some format that has at least some library support for "real" db queries, maybe https://github.com/PsychoCod3r/libcsv/ ? or https://github.com/rgamble/libcsv (low-level backend, callbacks per field and per record) ?
- storing as a "proper" db format ? cons = overhead, not easily (?) text-versionable... could be a challenge to automate.
Requirements :
Tasks :
needing to recompile to add keysets is pain.
Requirements :
Tasks :