SaaSHub helps you find the best software and product alternatives Learn more →
SQLite Alternatives
Similar projects and alternatives to SQLite
-
-
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.
-
sqlitebrowser
Official home of the DB Browser for SQLite (DB4S) project. Previously known as "SQLite Database Browser" and "Database Browser for SQLite". Website at:
-
-
-
-
-
-
Stream
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
-
-
-
-
-
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)
-
-
LMDB
Read-only mirror of official repo on openldap.org. Issues and pull requests here are ignored. Use OpenLDAP ITS for issues.
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
SQLite discussion
SQLite reviews and mentions
-
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...
-
Crafting a Web Application with Golang: A Step-by-Step Guide
We need to store our data somewhere. For simplicity and easy of deployment we are going to use the awesome SQLite DBMS.
-
SQLite is likely used more than all other database engines combined
Here's the commit from 18 years ago explaining that change: https://github.com/sqlite/sqlite/commit/fd288f3549a1ab9a309a...
** 2006-10-31: The default prefix used to be "sqlite_". But then
-
Change the default temp file prefix to be "SQLite" spelled backwards
It looks like that was a previous change for exactly the same issue: https://github.com/sqlite/sqlite/commit/79de864cd1f5aaf0f97b...
- Show HN: Roast my SQLite encryption at-rest
-
A SQLite extension that brings column-oriented tables to SQLite
If you are into alternative storage engines for SQLite, there is also an LSM (Log-Structured Merge-tree) extension in the main repository that is not announced nor documented but seems to work. It’s based on the SQLite 4 project.
https://github.com/sqlite/sqlite/tree/master/ext/lsm1
https://www.charlesleifer.com/blog/lsm-key-value-storage-in-...
- SQLite License
-
A note from our sponsor - SaaSHub
www.saashub.com | 9 Jul 2025
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.