YAML and TOML suck. Long live the FAMF!

  • Perma@programming.devOP
    link
    fedilink
    arrow-up
    1
    ·
    2 months ago

    Well, I mostly target the places where you don’t programmatically generate millions of values. Configurations, entry metadata, etc. Indeed SQLite is much better for when you have a massive amount of data, and you need a better base that a file system. But when that is not the case, a file system is more advanced than whatever tooling are behind toml and yaml.