{"library":"pow-mongodb-fixtures","type":"library","category":null,"description":"A simple fixture loader for MongoDB on Node.js that uses JSON files to define test data. Version 0.14.0 is the latest stable release; the package appears to be in maintenance mode with no recent updates (last publish ~8 years ago). Key differentiators include easy document relationship management (referencing document IDs), support for loading from files or directories, built-in CLI tool, and helpers like clearAndLoad and addModifier. It uses the native MongoDB driver but is not promise-based — all APIs are callback-style.","language":"javascript","status":"maintenance","version":"0.14.0","tags":["javascript"],"last_verified":"Fri Jun 05","install":[{"cmd":"npm install pow-mongodb-fixtures","imports":["const fixtures = require('pow-mongodb-fixtures').connect('dbname');","const createObjectId = require('pow-mongodb-fixtures').createObjectId;","fixtures.load({ users: [{ name: 'test' }] }, function(err) { if (err) throw err; });"]},{"cmd":"yarn add pow-mongodb-fixtures","imports":[]},{"cmd":"pnpm add pow-mongodb-fixtures","imports":[]}],"homepage":"https://github.com/powmedia/pow-mongodb-fixtures#readme","github":"ssh://git@github.com/powmedia/pow-mongodb-fixtures","docs":null,"changelog":null,"pypi":null,"npm":"pow-mongodb-fixtures","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}