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:
-
-
-
-
-
-
-
-
-
-
sqlcipher
SQLCipher is a standalone fork of SQLite that adds 256 bit AES encryption of database files and other security features.
-
-
LevelDB
LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
-
-
mentat
Discontinued UNMAINTAINED A persistent, relational store inspired by Datomic and DataScript. (by mozilla)
-
-
SQLite discussion
SQLite reviews and mentions
- 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
-
Ask HN: Where do I find good code to read?
The sqlite code base is really well done. Lots of documentation.
https://github.com/sqlite/sqlite
-
Show HN: I wrote a RDBMS (SQLite clone) from scratch in pure Python
Especially the VM part: https://github.com/spandanb/learndb-py/blob/master/learndb/v...
Compare it with this: https://github.com/sqlite/sqlite/blob/master/src/vdbe.c
That's said, I'm curious how complete this LearnDB is. SQLite is hard to read not only it's old but also it covers a lot of SQL and following SQL spec makes hings complicated. SQLite has great test suite so it's nice if you run the suit against this implementation.
-
A note from our sponsor - SaaSHub
www.saashub.com | 6 Dec 2024
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.