Siren Call of SQLite on the Server

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

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.

    Good article.

    I currently use Litestream (https://litestream.io/) for efficient SQLite backups to S3, and I'm happy with that.

    For me, the main point to consider wrt SQLite is if you need high availability or not. And how easy it is to setup litestream and persistent storage.

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. gobackup

    🗄 CLI tool for backup your databases, files to cloud storages in schedully.

    gobackup[0] and sqlite_rsync are good tools to backup sqlite databases.

    [0]: https://github.com/gobackup/gobackup

  4. pglite

    Embeddable Postgres with real-time, reactive bindings.

    One alternative is to use pglite [1] which is Postgres compiled to WASM. It can act as a sqlite replacement during development, then when you are ready to move to a server model your SQL is already in Postgres format.

    [1]: https://pglite.dev/

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

  • SQLite in Production: Lessons from Running a Store on a Single File

    3 projects | news.ycombinator.com | 4 Apr 2026
  • Why SQLite Is Taking over with Brian Holt and Marco Bambini

    5 projects | news.ycombinator.com | 12 Jun 2024
  • snips.sh: passwordless, anonymous SSH-powered pastebin

    5 projects | /r/golang | 12 May 2023
  • 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

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