Dev Tools
SQLite
The most widely deployed database engine: single file, zero-config, rock solid.
Visit ↗
https://sqlite.org
SQLite is an in-process single-file database engine — no separate server, zero configuration, yet reliable enough to run on billions of devices.
Good for
Backends for small-to-mid sites, local storage in desktop/mobile apps, and prototyping — especially read-heavy workloads.
