{"library":"node-entities","type":"library","category":null,"description":"A lightweight MySQL ORM for Node.js that mimics Mongoose-style chainable queries. Version 2.1.8 is the latest stable release. It operates on 'convention over configuration', deriving table mappings from model names. Supports CRUD operations, transactions, findOne, count, and complex queries via SQL object with and/join. Depends on underscore, x-flow, and node-mysql. Simpler than Sequelize or TypeORM but less feature-rich (no schema creation, migrations, or mapping config).","language":"javascript","status":"active","version":"2.1.8","tags":["javascript","mysql","orm","simple"],"last_verified":"Fri Jun 05","install":[{"cmd":"npm install node-entities","imports":["const master = require('node-entities');","master.init(opts, models);","const Factory = master.init(opts, models); const factory = new Factory();"]},{"cmd":"yarn add node-entities","imports":[]},{"cmd":"pnpm add node-entities","imports":[]}],"homepage":"https://github.com/miwoy/entities#readme","github":"https://github.com/miwoy/entities","docs":null,"changelog":null,"pypi":null,"npm":"node-entities","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}