SQLite

Creator
Creator
Seonglae ChoSeonglae Cho
Created
Created
2021 Mar 7 14:38
Editor
Edited
Edited
2025 Jan 10 22:48
SQLite is open-source, meaning that you can make as many copies of it as you want and do whatever you want with those copies, without limitation. But SQLite is not open-contribution
SQLite is maintained by3 guys. And they don't accept public patches or fixes.
SQLite Notion
 
 
SQLite Usages
 
 

Maintenance

Collection of insane and fun facts about SQLite - blag
Some of the interesting and insane facts I learned about SQLite
'If this one guy got hit by a bus, the world's software would fall apart.'
Connect with Lunduke and other members of Lunduke community
'If this one guy got hit by a bus, the world's software would fall apart.'

Production

3 things that surprised me while running SQLite in production
I've been using SQLite in several production projects for six months, and I've encountered some surprising aspects."
3 things that surprised me while running SQLite in production
Hosting SQLite databases on Github Pages
I was writing a tiny website to display statistics of how much sponsored content a Youtube creator has over time when I noticed that I often write a small tool as a website that queries some data from a database and then displays it in a graph, a table, or similar.

Performance

35% Faster Than The Filesystem
SQLite reads and writes small blobs (for example, thumbnail images) 35% faster¹ than the same blobs can be read from or written to individual files on disk using fread() or fwrite().
How bloom filters made SQLite 10x faster - blag
This is the fascinating story of how researchers used Bloom filters cleverly to make SQLite 10x faster for analytical queries. These are my five-minute notes on the paper SQLite: Past, Present, and Future
 
 
 

Recommendations