{"library":"stackerjs-orm","type":"library","category":null,"description":"StackerJS ORM is a lightweight DataMapper-style ORM for Node.js, version 1.4.2. Designed for use within or outside the StackerJS framework, it provides straightforward CRUD operations with a metadata-driven entity definition and repository pattern. Key features include support for MySQL, filtering with comparison operators (eq, neq, gt, gte, lt, lte, in, nin), and a simple query API (findById, findOne, findAll). The package has a low release cadence, with the last update in early 2019, and requires Node.js >=7.10. It stands out for its minimalistic approach compared to heavier ORMs like Sequelize, but lacks built-in migration tools and advanced relationship mapping.","language":"javascript","status":"maintenance","version":"1.4.2","tags":["javascript","stackerjs","orm","datamapper"],"last_verified":"Fri Jun 05","install":[{"cmd":"npm install stackerjs-orm","imports":["import { UserRepository } from './Repositories/UserRepository'","import { User } from './Entities/User'","import { Repository } from 'stackerjs-orm'"]},{"cmd":"yarn add stackerjs-orm","imports":[]},{"cmd":"pnpm add stackerjs-orm","imports":[]}],"homepage":"https://github.com/parpeoficial/stackerjs-orm#readme","github":"https://github.com/parpeoficial/stackerjs-orm","docs":null,"changelog":null,"pypi":null,"npm":"stackerjs-orm","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}