SQLite

From IndieWeb
(Redirected from sqlite)


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

Previous Examples

  • Until ~2015ish

Software Examples

  • 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.

See Also