{"library":"like-mysql","type":"library","category":null,"description":"like-mysql is a simple, intuitive ORM for MySQL built on top of mysql2. Version 2.0.2 provides a promise-based API with automatic SQL query building for common operations like insert, select, update, delete, exists, and count. It supports transactions with a callback pattern and prepared statements by default. Key differentiators: minimal configuration, automatic WHERE handling, and integration with like-sql for query generation. Release cadence is low; the package has not seen updates since 2020. Compared to Sequelize or TypeORM, it offers a lightweight, no-frills experience with fewer features but lower complexity.","language":"javascript","status":"maintenance","version":"2.0.2","tags":["javascript","like","mysql","simple","intuitive","orm","mysql2","promise"],"last_verified":"Fri Jun 05","install":[{"cmd":"npm install like-mysql","imports":["const mysql = require('like-mysql')","const mysql = require('like-mysql'); const db = mysql(...)","const mysql = require('like-mysql'); const db = mysql('127.0.0.1:3306', 'user', 'pass', 'db')"]},{"cmd":"yarn add like-mysql","imports":[]},{"cmd":"pnpm add like-mysql","imports":[]}],"homepage":"https://github.com/LuKks/like-mysql","github":"https://github.com/LuKks/like-mysql","docs":null,"changelog":null,"pypi":null,"npm":"like-mysql","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}