{"library":"smart-mysql","type":"library","category":null,"description":"smart-mysql is a Node.js library that allows developers to interact with MySQL databases using NoSQL-style commands, such as insert, update, delete, and select with simple JavaScript objects, abstracting away raw SQL. The current version is 0.9.19, with no recent updates since 2015, indicating it is likely abandoned. It provides a MongoDB-like API familiar to developers transitioning from NoSQL databases, but lacks modern features, proper error handling, and is not production-ready. It differs from alternatives like knex or sequelize by being lighter and simpler, but is largely unmaintained and insecure.","language":"javascript","status":"abandoned","version":"0.9.19","tags":["javascript","mysql","smart","nosql"],"last_verified":"Fri Jun 05","install":[{"cmd":"npm install smart-mysql","imports":["const smart_mysql = require('smart-mysql');","const db = new smart_mysql({ host: 'localhost', user: 'root', password: '', charset: 'utf8_unicode_ci', database: 'avl' });","db.collection('user');"]},{"cmd":"yarn add smart-mysql","imports":[]},{"cmd":"pnpm add smart-mysql","imports":[]}],"homepage":null,"github":null,"docs":null,"changelog":null,"pypi":null,"npm":"smart-mysql","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}