The Unix Way, everybody!

Also, first post!

@linuxmemes

  • FooBarrington@lemmy.world
    link
    fedilink
    arrow-up
    7
    ·
    7 hours ago

    It also makes you re-implement a database, but worse.

    Use a JSON file if you just need to serialize/deserialize some data. Use SQLite or a DB server if you need more. Your own code will never match the quality of SQLite.