A lightweight MySQL ORM for Node.js that simplifies database and table creation, as well as insert queries. Currently at version 1.0.13, it supports automatic database/table creation and an insert method with explicit value type handling. Designed for simple use cases with minimal configuration. Lacks advanced query capabilities (select, update, delete), connection pooling, or migration support. Released with an unknown cadence; no recent updates.
No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Named export via CommonJS; default import does not exist.
ESM named import is supported; default import will fail.
Do not use .default property.
Shows how to instantiate MysqlHandler with database and table creation, then perform an insert query using explicit value types.
Breaking-change detection hasn't run for this library yet.
CVE tracking and dependency tree are planned for a later release.