Advanced MySQL Query Builder
JSON →A Node.js module for simplifying MySQL database interactions with a query builder interface. Version 1.2.0 offers promise-based methods like aselect for building SELECT queries with join support, and a raw query method. It wraps the mysql2 package and provides a simple API for managing connections and executing queries. Ships TypeScript definitions. Key differentiators include a fluent join syntax and support for environment variable configuration.
Resources
packageadvanced-mysql ↗