Dev Tools

SQLite

The most widely deployed database engine: single file, zero-config, rock solid.

SQLite

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.

Visit