This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@nextlvlup/mingoose
TypeScript icon, indicating that this package has built-in type declarations

0.0.3 • Public • Published

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

local 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

Package Sidebar

Install

npm i @nextlvlup/mingoose

Weekly Downloads

0

Version

0.0.3

License

MIT

Unpacked Size

53.3 kB

Total Files

8

Last publish

Collaborators

  • ayax0