A minimal SQL interpreter written in JavaScript, using the jiwson parser generator for ES6 compatibility. Version 0.22.3 is the current stable release; the package is updated infrequently. It provides a simple interface to parse and execute basic SQL statements like SELECT, INSERT, UPDATE, and DELETE. Unlike full-fledged databases or query builders, mini-sql is lightweight and works purely in-memory, making it suitable for educational purposes or small-scale tooling where a full SQL engine is overkill.
No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Package is ESM-only and ships default export
Named export 'parse' also available, but default export is the parser instance.
The class constructor is exported as 'Parser'.
Shows how to import the default parser, parse a SELECT query, and handle parse errors.
Breaking-change detection hasn't run for this library yet.
CVE tracking and dependency tree are planned for a later release.