@nextlvlup/mingoose
v0.0.3
Published
<!-- automd:badges color=yellow license name="@nextlvlup/mingoose" bundlephobia -->
Downloads
6
Maintainers
Readme
Mingoose
This is my package description.
Usage
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";
Features
- Schema validation
- ✅ insert
- ✅ replace
- ❌ update
Development
- Clone this repository
- Install latest LTS version of Node.js
- Enable Corepack using
corepack enable
- Install dependencies using
pnpm install
- Run interactive tests using
pnpm dev
License
Published under the MIT license. Made by community 💛
🤖 auto updated with automd