{"library":"light-orm","type":"library","category":null,"description":"Super simple ORM wrapper for Node.js relational databases (MySQL, PostgreSQL, MS SQL Server, etc.) that does not depend on any specific driver. Version 0.1.4 is the latest release, with no known update cadence. It provides a minimal ActiveRecord-like API with Collection and Model classes, allowing raw SQL queries or simple condition-based finders. Unlike full-featured ORMs like Sequelize or TypeORM, it offers no schema migrations, associations, or promise support – it's callback-based and relies on the user to supply a driver that implements the node-mysql query interface.","language":"javascript","status":"deprecated","version":"0.1.4","tags":["javascript","orm","mysql","simple","postgresql","sql","server","ms"],"last_verified":"Fri Jun 05","install":[{"cmd":"npm install light-orm","imports":["import lightOrm from 'light-orm';","const Collection = lightOrm.Collection;","lightOrm.driver = mysql.createConnection(...);"]},{"cmd":"yarn add light-orm","imports":[]},{"cmd":"pnpm add light-orm","imports":[]}],"homepage":"https://github.com/knyga/light-orm","github":"https://github.com/knyga/light-orm","docs":null,"changelog":null,"pypi":null,"npm":"light-orm","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}