Sqlite

Open-source projects categorized as Sqlite

Top 23 Sqlite Open-Source Projects

  1. nocodb

    🔥 🔥 🔥 A Free & Self-hostable Airtable Alternative

    Project mention: Best Headless CRM in 2026: Twenty vs EspoCRM vs Custom Build | dev.to | 2026-07-06

    NocoDB is an open-source Airtable alternative — a spreadsheet interface on top of a database. Some teams use it as a lightweight CRM, particularly in earlier stages when "CRM" mostly means "a shared table of contacts with some metadata."

  2. SaaSHub

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

    SaaSHub logo
  3. memos

    Open-source, self-hosted note-taking tool built for quick capture. Markdown-native, lightweight, and fully yours.

    Project mention: Announcing ObjeX | We Built Our Own S3 | dev.to | 2026-04-22

    ObjeX currently serves as the S3 backend for our Outline and Memos instances. Both use presigned URLs and server-side uploads through the standard AWS SDKs, no special configuration needed.

  4. dbeaver

    Free universal database tool and SQL client

    Project mention: CLI to manage your SQL database schemas and migrations | news.ycombinator.com | 2025-11-01
  5. Prisma

    Next-generation ORM for Node.js & TypeScript | PostgreSQL, MySQL, MariaDB, SQL Server, SQLite, MongoDB and CockroachDB

    Project mention: We ran Pinaka on an open, unresolved Prisma bug. No ground truth. Here's what it found. | dev.to | 2026-07-06

    Prisma issue #29480 is open. It has persisted through four minor releases — 7.5.0, 7.6.0, 7.7.0, 7.8.0 — unresolved as of the time we ran this benchmark. There is no merged fix to score against. So we had to validate Pinaka's diagnosis differently: against behavioral evidence in the codebase itself, not a known-correct answer. That's a different kind of benchmark, and it's worth being precise about what it does and doesn't prove.

  6. drawdb

    Free, simple, and intuitive online database diagram editor and SQL generator.

    Project mention: Ask HN: What Are You Working On? (September 2025) | news.ycombinator.com | 2025-09-29
  7. TypeORM

    TypeScript & JavaScript ORM for Node.js — supports PostgreSQL, MySQL, MariaDB, SQLite, SQL Server, Oracle, and more.

    Project mention: JavaScript Awesome Package | dev.to | 2026-02-03

    TypeORM - TypeORM is an ORM that can run in NodeJS, Browser, Cordova, PhoneGap, Ionic, React Native

  8. Directus

    The flexible backend for all your projects 🐰 Turn your DB into a headless CMS, admin panels, or apps with a custom UI, instant APIs, auth & more.

    Project mention: Self-hosted Directus 12 requires a license key to lift caps | news.ycombinator.com | 2026-06-17
  9. drizzle-orm

    ORM

    Project mention: Flat Chat Threads Suck for Reading Books. So I Built a Local-First AI Tree Companion. | dev.to | 2026-06-08

    Built on the Pi SDK for tree-structured agent conversations, Hono for a lightweight server (Electron-friendly), and SQLite with Drizzle ORM for metadata.

  10. Sequelize

    Feature-rich ORM for modern Node.js and TypeScript, it supports PostgreSQL (with JSON and JSONB support), MySQL, MariaDB, SQLite, MS SQL Server, Snowflake, Oracle DB, DB2 and DB2 for IBM i.

    Project mention: JavaScript Awesome Package | dev.to | 2026-02-03

    Sequelize - promise-based Node.js ORM for Postgres, MySQL, MariaDB, SQLite and Microsoft SQL Server

  11. codebase-memory-mcp

    High-performance code intelligence MCP server. Indexes codebases into a persistent knowledge graph — average repo in milliseconds. 158 languages, sub-ms queries, 99% fewer tokens. Single static binary, zero dependencies.

    Project mention: Stop Making Your AI Coding Agent Grep Your Whole Repo — Try codebase-memory-mcp | dev.to | 2026-06-20

    codebase-memory-mcp is an open-source MCP server built to fix exactly that. It indexes your codebase into a persistent knowledge graph — functions, classes, call chains, HTTP routes, cross-service links — and lets your agent ask structural questions directly instead of reading its way through the filesystem.

  12. sqlitebrowser

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

    Project mention: นอนไม่หลับ ข้อมูลหาย 8 กู้คืน และย้ายข้อมูล | dev.to | 2026-04-20
  13. RxDB

    The local-first database that runs on every JS runtime and replicates with your existing backend - no vendor, no lock-in - https://rxdb.info/

    Project mention: Offline-First Landscape – 2025 | news.ycombinator.com | 2025-08-29

    I’m doing offline-first apps at work and want to emphasize that you’re constraining yourself a lot trying to do this.

    As mentioned, everything fast(ish) is using SQLite under the hood. If you don’t already know, SQLite has a limited set of types, and some funky defaults. How are you going to take this loosey-goosey typed data and store it in a backend database when you sync? What about foreign key constraints, etc., can you live without those? Some of the sync solutions don’t support enforcing them on the client.

    Also, the SQLite query planner isn’t great in my experience, even when you’re only joining on ids/indexes.

    Document databases seem more friendly/natural, but as mentioned indexeddb is slow.

    I wish this looked at https://rxdb.info/ more. They have some posts that lead me to believe they have a good grasp on the issues in this space at least

  14. beekeeper-studio

    Modern and easy to use SQL client for MySQL, Postgres, SQLite, SQL Server, and more. Linux, MacOS, and Windows.

    Project mention: Best Database Clients in 2026: Top SQL GUI Tools Compared | dev.to | 2026-06-04

    Beekeeper Studio is a modern SQL editor and database manager with an open-source community edition. It supports many databases, including MySQL, PostgreSQL, SQLite, SQL Server, ClickHouse, DuckDB, MariaDB, Oracle, Redis, Redshift, Trino, and more.

  15. chartdb

    Database diagrams editor that allows you to visualize and design your DB with a single query.

    Project mention: Show HN: Clawe – open-source Trello for agent teams | news.ycombinator.com | 2026-02-10

    the limits of a no-code website editor https://chartdb.io/ that's hilarious

  16. teable

    ✨ The Next Gen Airtable Alternative: No-Code Postgres

  17. migrate

    Database migrations. CLI and Golang library.

    Project mention: Full-stack auth in Go and React: email + password with Limen | dev.to | 2026-07-07

    The CLI generates migration files; applying them is up to your usual tool. With golang-migrate:

  18. sqlc

    Generate type-safe code from SQL

    Project mention: Show HN: Bun-sqlgen – Type-safe raw SQL for Bun, no ORM | news.ycombinator.com | 2026-06-23
  19. rqlite

    The lightweight, fault-tolerant database built on SQLite. Designed to keep your data highly available with minimal effort.

    Project mention: Show HN: rqlite – the fault-tolerant DB built on SQLite – v10.0 released | news.ycombinator.com | 2026-04-27

    https://rqlite.io

    Major new release which improves clustering robustness, especially when dealing with slow Followers. New features include a built in web-based console (at localhost:4001/console) and comprehensive use of CRC32 for even strong data integrity guarantees. Lots of other bug fixes and improvements under the covers.

    Full list of changes at at https://github.com/rqlite/rqlite/blob/master/CHANGELOG.md

  20. sqlx

    🧰 The Rust SQL Toolkit. An async, pure Rust SQL crate featuring compile-time checked queries without a DSL. Supports PostgreSQL, MySQL, and SQLite. (by transact-rs)

    Project mention: What ORMs have taught me: just learn SQL (2014) | news.ycombinator.com | 2026-07-04

    If you use Rust and like to write SQL, check out SQLx: https://github.com/transact-rs/sqlx

    Or diesel-rs for ORM

  21. libsql

    libSQL is a fork of SQLite that is both Open Source, and Open Contributions.

    Project mention: IndexNow, libSQL, and three other tools I reached for this week | dev.to | 2026-05-09

    libSQL is a fork of SQLite with an HTTP API, replication, and edge-friendly semantics. Turso wraps it in a managed service; the free tier handles my current scale without expiring on inactivity.

  22. diesel

    A safe, extensible ORM and Query Builder for Rust

    Project mention: SQLx – The Rust SQL Toolkit | news.ycombinator.com | 2025-07-25
  23. kysely

    A type-safe TypeScript SQL query builder

    Project mention: Optimistic concurrency is the whole design: event sourcing on Aurora DSQL | dev.to | 2026-06-14

    TypeScript end to end. Kysely as a typed query builder rather than an ORM, because I wanted type safety without surrendering control of the SQL: on a distributed database the exact shape of a query has real consequences, and I did not want a query planner I could not see. Next.js App Router on Vercel for the front end and the server-side data access. DSQL as the database, reached over IAM using Vercel's OIDC federation to AWS, so there are no static database credentials anywhere in the system.

  24. litestream

    Streaming replication for SQLite.

    Project mention: SQLite Backup Strategy for Production SaaS: WAL, Litestream, Recovery Tests | dev.to | 2026-06-15

    Litestream is a small Go binary that watches a SQLite WAL file and streams its contents to a remote target (S3, B2, GCS, SFTP). It's the closest thing SQLite has to write-ahead replication.

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Sqlite discussion

Log in or Post with

Sqlite related posts

Index

What are some of the best open-source Sqlite projects? This list will help you:

# Project Stars
1 nocodb 63,732
2 memos 61,455
3 dbeaver 50,835
4 Prisma 46,816
5 drawdb 37,981
6 TypeORM 36,577
7 Directus 36,440
8 drizzle-orm 35,028
9 Sequelize 30,363
10 codebase-memory-mcp 29,404
11 sqlitebrowser 24,298
12 RxDB 23,246
13 beekeeper-studio 23,194
14 chartdb 22,560
15 teable 21,454
16 migrate 18,700
17 sqlc 17,973
18 rqlite 17,617
19 sqlx 17,259
20 libsql 16,929
21 diesel 14,105
22 kysely 14,024
23 litestream 13,906

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com

Did you know that TypeScript is
the 2nd most popular programming language
based on number of references?