SQLite
From IndieWeb
This article is a stub. You can help the IndieWeb wiki by expanding it.
SQLite is a relational database that stores an entire database in a single file. Unlike most databases, it is accessed as a library rather than a separate process.
IndieWeb Examples
-
Kyle Mahan is experimenting with SQLite as the primary datastore for Red Wind.
- Sandstorm recommends that apps use SQLite if possible because each application runs in its own container, and therefore cannot share a single e.g., MySQL instance.
-
Peter Molnar uses SQLite3 FTS5 engine for full text searching his site.
-
Christian Weiske uses SQLite as temporary datastore when re-building his static blog after pushing changes onto the server
















