SQLite is not a toy database

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

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
Nutrient – The #1 PDF SDK Library, trusted by 10K+ developers
Other PDF SDKs promise a lot - then break. Laggy scrolling, poor mobile UX, tons of bugs, and lack of support cost you endless frustrations. Nutrient’s SDK handles billion-page workloads - so you don’t have to debug PDFs. Used by ~1 billion end users in more than 150 different countries.
www.nutrient.io
featured
  1. mvsqlite

    Distributed, MVCC SQLite that runs on FoundationDB.

    Came over this article as I was looking for interesting resources in the SQLite ecosystem. I'm building mvsqlite (https://github.com/losfair/mvsqlite), as an attempt to turn SQLite into a proper distributed (not just replicated) database. Check it out if you are looking for this kind of stuff!

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. rqlite

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

    I presume you're familiar with https://github.com/canonical/dqlite (made by my employer) and https://github.com/rqlite/rqlite (unrelated)? How will mvsqlite compare to those?

  4. sqlitedao

    Simple dao for sqlite for personal/desktop projects

  5. litefs

    FUSE-based file system for replicating SQLite databases across a cluster of machines

    Checkout quite interesting replication projects https://github.com/superfly/litefs and https://github.com/benbjohnson/litestream

  6. awesome-sqlite

    Discontinued A curated list of awesome things related to SQLite

  7. sqlitebrowser

    Official home of the DB Browser for SQLite (DB4S) project. Previously known as "SQLite Database Browser" and "Database Browser for SQLite". Website at:

    I did some work several years ago using (I think) DB Browser for SQLite: https://sqlitebrowser.org/

  8. dqlite

    Embeddable, replicated and fault-tolerant SQL engine.

    I presume you're familiar with https://github.com/canonical/dqlite (made by my employer) and https://github.com/rqlite/rqlite (unrelated)? How will mvsqlite compare to those?

  9. Nutrient

    Nutrient – The #1 PDF SDK Library, trusted by 10K+ developers. Other PDF SDKs promise a lot - then break. Laggy scrolling, poor mobile UX, tons of bugs, and lack of support cost you endless frustrations. Nutrient’s SDK handles billion-page workloads - so you don’t have to debug PDFs. Used by ~1 billion end users in more than 150 different countries.

    Nutrient logo
  10. datasette-stripe

    A web SQL interface to your Stripe account using Datasette.

    https://table.dog is a CLI that downloads your Stripe account to a SQLite db.

    Would appreciate it if you could test it out if you are interested.

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

  • Awesome SQLite

    17 projects | dev.to | 28 Apr 2022
  • How to handle migrations in Golang

    5 projects | dev.to | 11 Jun 2024
  • How do you handle migrations ?

    6 projects | /r/golang | 15 Apr 2023
  • Strong Consistency with Raft and SQLite

    6 projects | news.ycombinator.com | 21 Mar 2023
  • 9 years of open-source database development: reviewing the designs

    2 projects | /r/programming | 10 Mar 2023

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