{"library":"mongoorm","type":"library","category":null,"description":"MongoORM is an Object-Document Mapper for MongoDB in Node.js, designed to simplify CRUD operations and schema management. As of version 0.0.21, it's an early-stage library with a class-based approach extending a Document prototype. It provides a declarative schema definition using field types like String and integrates directly with the MongoDB Node.js driver. Compared to Mongoose, it's lighter and more minimal, but lacks maturity and community adoption. Release cadence is irregular; updates are infrequent.","language":"javascript","status":"active","version":"0.0.21","tags":["javascript"],"last_verified":"Thu Jun 04","install":[{"cmd":"npm install mongoorm","imports":["import MongoORM from 'mongoorm'","import { Document } from 'mongoorm'","import { Document } from 'mongoorm'; class User extends Document { initFields(fields) { ... } }"]},{"cmd":"yarn add mongoorm","imports":[]},{"cmd":"pnpm add mongoorm","imports":[]}],"homepage":"https://github.com/deeppatel234/mongoorm#readme","github":"https://github.com/deeppatel234/mongoorm","docs":null,"changelog":null,"pypi":null,"npm":"mongoorm","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}