{"library":"mysql-sal","type":"library","category":null,"description":"A simple MySQL abstraction layer providing utility functions for common database operations. Current stable version is 0.0.6, with no recent releases and limited documentation. It wraps the mysql package to offer convenience methods like query, insert, update, and delete. Compared to alternatives like knex or sequelize, it is minimal and not actively maintained. Use with caution for production environments.","language":"javascript","status":"abandoned","version":"0.0.6","tags":["javascript","mysql","abstraction","util"],"last_verified":"Fri Jun 05","install":[{"cmd":"npm install mysql-sal","imports":["import mysqlSal from 'mysql-sal';","import mysqlSal from 'mysql-sal';\nmysqlSal.config({ host: 'localhost', user: 'root', password: 'pass', database: 'test' });","import mysqlSal from 'mysql-sal';\nconst result = await mysqlSal.query('SELECT * FROM users');"]},{"cmd":"yarn add mysql-sal","imports":[]},{"cmd":"pnpm add mysql-sal","imports":[]}],"homepage":"https://github.com/kgbfernando/mysql-sal#readme","github":"https://github.com/kgbfernando/mysql-sal","docs":null,"changelog":null,"pypi":null,"npm":"mysql-sal","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}