{"library":"mysql-json","type":"library","category":null,"description":"A simple Node.js wrapper around the mysql package that provides JSON-based CRUD operations: insert, update, delete, and findByPrimaryKey. Current stable version is 0.1.3 (last release). No release cadence defined; the package appears to be in maintenance mode. Differentiators include a minimal API for generating SQL from JSON objects without raw queries.","language":"javascript","status":"maintenance","version":"0.1.3","tags":["javascript","Node.js","mysql","json","insert","update","delete","query"],"last_verified":"Fri Jun 05","install":[{"cmd":"npm install mysql-json","imports":["const MysqlJson = require('mysql-json');\nconst db = new MysqlJson(options);","db.findByPrimaryKey('table', 1, callback);","db.insert('table', {col: 'val'}, callback);"]},{"cmd":"yarn add mysql-json","imports":[]},{"cmd":"pnpm add mysql-json","imports":[]}],"homepage":"https://github.com/Spaarw/mysql-json#readme","github":"https://github.com/Spaarw/mysql-json","docs":null,"changelog":null,"pypi":null,"npm":"mysql-json","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}