• Dessalines@lemmy.ml
      link
      fedilink
      arrow-up
      40
      ·
      3 days ago

      It’s wild how it has the fastest read performance of any other sql backend, even postgres.

      • 4am@lemmy.zip
        link
        fedilink
        arrow-up
        21
        ·
        2 days ago

        I remember using SQLite like 12 years ago as a backend for Minecraft mods, and even more recently as a backend for HomeAssistant and switching away to something else for performance…and now switching back. Kudos to them for all the work that went into that! Worst to first!

      • Cargon@lemmy.ml
        link
        fedilink
        arrow-up
        4
        ·
        edit-2
        2 days ago

        I love SQLite but is this still true? I thought DuckDB was on its way to supplanting SQLite is this area.

    • dogs0n@sh.itjust.works
      link
      fedilink
      arrow-up
      4
      ·
      2 days ago

      It is beautiful. I haven’t even thought of using a database server for personal projects in years. SQLite all the way. It’s so simple and performant (for my use cases).

      • CosmicTurtle0@lemmy.dbzer0.com
        link
        fedilink
        English
        arrow-up
        9
        arrow-down
        1
        ·
        2 days ago

        As much as I would like to agree with you, permissive licenses are killing open source software as a whole since corporations absolutely abuse the software, provide very little value back to the code in return, and often DEMAND the authors patch their vulnerabilities.

        Open source props up the world and the least that corporations could do is throw 0.0001% of their revenue their way. But they can’t even be bothered to do that.

        • enumerator4829@sh.itjust.works
          link
          fedilink
          English
          arrow-up
          10
          ·
          2 days ago

          SQLite is one of the very few open source projects with a reasonable plan for monetisation.

          • Do you want to use one of the proprietary extensions? Fork up a few thousand. No biggie.
          • Do you operate in a regulated industry (aviation) and need access to the 100% coverage test suite along with a paper trail? Fork up ”Call us”.
          • Is your company insisting that you only use licensed or supported software? Well, you can apparently pay them for a licence to their public domain software.

          Basically, squeeze regulated industries, hard.

          I’m all for open source, but at some point developers should stop acting surprised when people use their work at the edges of the licence terms (Looking at you Mongo, Redis and Hashicorp). As for developers running projects on their free time, maybe start setting boundaries? The only reason companies aren’t paying is because they know they can get away withholding money, because some sucker will step up and do it for free, ”for the greater good”. Stop letting them get it for free.

          Looks like RedHat is kinda going in this direction (pay to get a paper trail saying a CVE-number is patched), and basically always have been squeezing regulated industry. Say what you want about that strategy, it’s at least financially viable long term. (Again, looking at you Hashicorp, Redis, Mongo, Minio and friends)

    • jacksilver@lemmy.world
      link
      fedilink
      arrow-up
      2
      ·
      2 days ago

      Am I missing something? SQLite is great, but it isn’t really comparable to most other SQL databases, unless you’re talking about nosql alternatives?