{"library":"simon","type":"library","category":null,"description":"Simon (v0.2.3) is a minimal MongoDB wrapper for Node.js providing simplified CRUD, search, and pagination operations. Designed for quick prototypes and small-scale applications, it offers a lighter alternative to Mongoose with less overhead. However, it saw no updates after 2012 and has no TypeScript support, release cadence, or active maintenance. Compared to Mongoose or the official MongoDB driver, Simon lacks middleware, schema validation, and connection pooling. Given its status as an abandoned project, it is not recommended for new development.","language":"javascript","status":"abandoned","version":"0.2.3","tags":["javascript","mongodb","simple","crud","search","pagination"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install simon","imports":["const simon = require('simon')","simon.connect('mongodb://localhost/test', function(err, db) { ... })","var User = simon.model('User', { name: String })"]},{"cmd":"yarn add simon","imports":[]},{"cmd":"pnpm add simon","imports":[]}],"homepage":"https://github.com/Lipathor/simon","github":"https://github.com/Lipathor/simon","docs":null,"changelog":null,"pypi":null,"npm":"simon","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}