sqliteUse Node's Built-In SQLite For Local App Features
Not every database problem deserves a robust database server.
Sometimes you just need a small, durable place to put local state: saved links, CLI cache rows, sync checkpoints, desktop app preferences, integration-test fixtures, or a tiny job queue that only one process owns.