{"library":"mysql-helper-es6","type":"library","category":null,"description":"A lightweight MySQL helper library using async/await syntax (ES2017) for Node.js. Version 0.2.1 provides a singleton-based wrapper around the mysql package with methods for select, selectOne, insertInto, batchInsertInto, replaceInto, update, and delete. It supports simple and range WHERE conditions. Designed for Node.js v8+, it is a minimal alternative to more full-featured ORMs like Sequelize or TypeORM. No TypeScript types included; for TS support, see ts-mysql-helper.","language":"javascript","status":"maintenance","version":"0.2.1","tags":["javascript","mysql","async"],"last_verified":"Fri Jun 05","install":[{"cmd":"npm install mysql-helper-es6","imports":["const MysqlHelper = require('mysql-helper-es6')","MysqlHelper.getInstance(config)","await helper.select(table, fields, where, limit)"]},{"cmd":"yarn add mysql-helper-es6","imports":[]},{"cmd":"pnpm add mysql-helper-es6","imports":[]}],"homepage":"https://github.com/bruce48x/mysql-helper-es6#readme","github":"https://github.com/bruce48x/mysql-helper-es6","docs":null,"changelog":null,"pypi":null,"npm":"mysql-helper-es6","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}