SQLite
A small, fast, self-contained SQL database engine.
Category: Historian & data
What it does
- Zero-configuration embedded SQL storage for lightweight workloads.
- No server process, which suits constrained or single-app nodes.
- The most widely deployed database in the world.
When to use it
Use SQLite for lightweight local storage where a full database server would be overkill.
Running on EmberNet
Runs as a single instance per node.