This is my package description.
Install package:
# ✨ Auto-detect
npx nypm install @nextlvlup/mingoose
# npm
npm install @nextlvlup/mingoose
# yarn
yarn add @nextlvlup/mingoose
# pnpm
pnpm install @nextlvlup/mingoose
# bun
bun install @nextlvlup/mingoose
Import:
ESM (Node.js, Bun)
import { createMingoose, defineModel } from "@nextlvlup/mingoose";
CommonJS (Legacy Node.js)
const { createMingoose, defineModel } = require("@nextlvlup/mingoose");
CDN (Deno, Bun and Browsers)
import {
createMingoose,
defineModel,
} from "https://esm.sh/@nextlvlup/mingoose";
- Schema validation
- ✅ insert
- ✅ replace
- ❌ update
local development
Published under the MIT license.
Made by community 💛
🤖 auto updated with automd