Why SQLite Is Taking over with Brian Holt and Marco Bambini

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. litestream

    Streaming replication for SQLite.

    I like the idea of SQLite, even more with tools like Litestream [0] when the database is replicated - in this case, just continuously backup to S3 (and from S3 during startup). I found often for my and my friend's hobby projects, single server instances can be optimized easily enough to handle small and medium traffic. In such cases, I don't even bother with a fully managed database because SQLite covers all the needs and when it's located on the same machine as the server is extremely fast [1].

    [0] https://litestream.io/

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. rqlite

    The lightweight, user-friendly, distributed relational database built on SQLite.

    SQLite is not competing with RDMBSes. SQLite is competing with fopen().

    There are of course solutions which wrap this fopen() replacement in a network/cluster-aware tools, e.g. https://github.com/rqlite/rqlite - these are competing with postgres.

  4. uDjango

    A single file Django micro project created for demonstration purposes to be used in the same way as other Python frameworks.

    https://coltrane.readthedocs.io/en/latest/#other-minimal-dja... has a list of a few options, but the most recent is https://github.com/pauloxnet/uDjango.

  5. sqlite-diffable

    Tools for dumping/loading a SQLite database to diffable directory structure

    I haven't tried it with git pluggable diff tools yet, but I wrote a tool that lets me convert a SQLite database into a bunch of plain text files so I can manage them in git: https://github.com/simonw/sqlite-diffable

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • LiteSync – Easy synchronization of SQLite databases

    4 projects | news.ycombinator.com | 5 Jan 2023
  • Ask HN: What is your distributed and fault-tolerant PostgreSQL setup?

    2 projects | news.ycombinator.com | 26 Dec 2022
  • Litestream doesn't do SQLite replication anymore (LiteFS does)

    9 projects | news.ycombinator.com | 14 Oct 2022
  • Introducing LiteFS

    9 projects | news.ycombinator.com | 21 Sep 2022
  • Good embedded database with replication support?

    3 projects | /r/golang | 9 Sep 2022

Did you know that Go is
the 4th most popular programming language
based on number of references?