{"library":"humble-node-orm","type":"library","category":null,"description":"A didactic, lightweight ORM for Node.js inspired by Rails' ActiveRecord. Version 0.0.53 is the latest stable release. It supports SQLite via a JSON configuration file, provides basic CRUD operations, associations (belongsTo, hasMany), validations, and a simple migration system. Unlike large ORMs like Sequelize or TypeORM, this package focuses on simplicity and learning, with minimal abstraction. Release cadence is irregular—mainly minor patches. Key differentiator: pure JavaScript, no dependencies, and a single-file approach for learning ORM concepts.","language":"javascript","status":"active","version":"0.0.53","tags":["javascript"],"last_verified":"Thu Jun 04","install":[{"cmd":"npm install humble-node-orm","imports":["import { Model } from 'humble-node-orm'","import { ORM } from 'humble-node-orm'","npx humble-migrate migration:create <name>"]},{"cmd":"yarn add humble-node-orm","imports":[]},{"cmd":"pnpm add humble-node-orm","imports":[]}],"homepage":null,"github":null,"docs":null,"changelog":null,"pypi":null,"npm":"humble-node-orm","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}