Skip to content

6 posts

Writing on SQLite

The embedded engine — a file, no network. Full editor, ER diagrams, EXPLAIN and agent mode. Where it stops: There is no server to monitor: health reads file size and pragma statistics only.

EngineeringDatabases

A SQLite connection is a path on the server

There is no network protocol, so the form collapses to one input and a remote user of a hosted deployment cannot open a file from their own machine.

EngineeringDatabases

A SQLite plan tree with no numbers on it

The query plan returns step descriptions and nothing else, so the rendering shows structure and answers index questions rather than cost questions.

EngineeringDatabases

There is no SQLite server to monitor

Health is an integrity check, a journal mode and file sizes, and one per-table figure depends on which built-in driver the deployment is running.