SaaSHub helps you find the best software and product alternatives Learn more →
SQLite Alternatives
Similar projects and alternatives to SQLite
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
sqlitebrowser
Official home of the DB Browser for SQLite (DB4S) project. Previously known as "SQLite Database Browser" and "Database Browser for SQLite". Website at:
-
-
-
rqlite
The lightweight, fault-tolerant database built on SQLite. Designed to keep your data highly available with minimal effort.
-
-
-
-
-
-
-
-
sqlcipher
SQLCipher is a standalone fork of SQLite that adds 256 bit AES encryption of database files and other security features.
-
-
-
mentat
Discontinued UNMAINTAINED A persistent, relational store inspired by Datomic and DataScript. (by mozilla)
-
pijul
Pijul is a free and open source version control system, intended to be simple to use, yet based on a sound theory of collaborative work, and using fast algorithms. Pijul gathers most of the flame-war-features of version control systems: it has branches, first-class patches and snapshots, is distributed (yet can be used in a centralized way), and even has alternative implementations in different programming languages!
-
-
SQLite discussion
SQLite reviews and mentions
- SQLite Agents.md
- Add a Prototype Agents.md File
-
A Coherent Vision for the Future of Version Control
SQLite does it despite using Fossil - their mirror is at https://github.com/sqlite/sqlite
Git is so established now that it's sensible for alternative VCS to have a mode where they can imitate the Git protocol - or seven without that you can still checkout the latest version of your repo and git push that on a periodic basis.
-
Deep dive into Turso, the "SQLite rewrite in Rust"
"Including the test suite which is something lacking in SQLite"
That's not entirely true. SQLite has a TON of tests that are part of the public domain project: https://github.com/sqlite/sqlite/tree/master/test
They do have a test suite that's private which I understand to be more about testing for different hardware - they sell access to that for companies that want SQLite to work on their custom embedded hardware, details here: https://sqlite.org/th3.html
> SQLite Test Harness #3 (hereafter "TH3") is one of three test harnesses used for testing SQLite.
-
How SQLite Turns Hardware Chaos into Correctness
To appreciate SQLite's correctness guarantees, we must first understand what it's working against.
-
Embedded Intelligence: How SQLite-vec Delivers Fast, Local Vector Search for AI.
SQLite: https://github.com/sqlite/sqlite
-
Build your own SQLite, Part 4: reading tables metadata
Is translation necessary to port the complete SQLite test suite?
sqlite/sqlite//test: https://github.com/sqlite/sqlite/tree/master/test
tursodatabase/limbo//testing:
-
SQLite changed temp file prefix after McAfee users called devs to complain
Indeed, and here's the specific commit where the change happened: https://github.com/sqlite/sqlite/commit/fd288f3549a1ab9a309a...
- No need to email me about Cisco AnyConnect
-
SQLite Rsync: Database Remote-Copy Tool for SQLite
History on the SQLite repo seems to say this was added Sep 10, 2024
https://github.com/sqlite/sqlite/commit/a9c8f7cf34545f410e94...
-
A note from our sponsor - SaaSHub
www.saashub.com | 15 Jun 2026
Stats
sqlite/sqlite is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.
The primary programming language of SQLite is C.