The Unix Way, everybody!

Also, first post!

@linuxmemes

  • FooBarrington@lemmy.world
    link
    fedilink
    arrow-up
    9
    ·
    1 day 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.

      • Korhaka@sopuli.xyz
        link
        fedilink
        English
        arrow-up
        2
        ·
        19 hours ago

        Made a bash script using sqlite recently to automate processing some data. Best part is it terrifies everyone else at work and no one else wants to touch it because it’s on Linux and none of them have used it before.