0.0.3 • Published 11 months ago

@nextlvlup/mingoose v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

Mingoose

npm version npm downloads bundle size license

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

0.0.3

11 months ago

0.0.2

12 months ago