sqlite-gui-node v1.4.0 is an open-source, TypeScript-powered GUI for SQLite databases in Node.js applications, designed for rapid prototyping and debugging. It provides a web-based interface to browse, query, and manage databases without external tools. Key differentiators: zero-config setup (starts on localhost:8080), optional Express middleware integration, and full CRUD support. Release cadence is low (last major update 2023), with basic documentation and limited community adoption.
No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Named export, not default. Use destructuring.
ESM named import works if project supports ES modules.
Same destructuring pattern.
Named export for async function.
Initialize standalone GUI server with an in-memory SQLite database and start Express on port 4000.
Breaking-change detection hasn't run for this library yet.
CVE tracking and dependency tree are planned for a later release.