The Unix Way, everybody!

Also, first post!

@linuxmemes

  • @FooBarrington
    link
    102 months 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.

      • @[email protected]
        link
        fedilink
        English
        32 months 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.