@kikiutils/mongoose

4.0.0 • Public • Published

@kikiutils/mongoose

npm version npm downloads codecov License

A Mongoose plugin for enhanced JSON normalization and common schema creation, with built-in support for pagination and automatic Decimal128 conversion.

Features

  • ✨ Flexible Connections: Supports both default and custom connections, automatically creating connections when none are provided
  • 🔌 Plugin Integration: Automatically integrates mongoose-aggregate-paginate-v2, mongoose-paginate-v2, and custom normalization for cleaner JSON outputs
  • 🛠 Predefined & Customizable Schemas: Provides common schemas (boolean, date, decimal128, number, objectId, string) with the flexibility to customize attributes such as private, required, unique, default, and more
  • 🧮 Decimal Precision: Supports Decimal128 fields with options for automatic rounding and fixed decimal precision
  • 🔄 Optimized JSON Output: Adds an id field, removes _id and __v, hides private fields, and converts Decimal128 fields to strings in JSON responses
  • 🔄 Reference Management: Enables easy conversion of ObjectId references to fully populated documents with field selection and population options
  • 🔧 Utility Functions: Includes helper functions for converting and normalizing documents, handling ObjectId transformations, and processing schema fields

Requirements

  • Mongoose >= 8
  • Node.js >= 20.0.0

Installation

Using pnpm:

pnpm add @kikiutils/mongoose mongoose

You can also use yarn, npm, or bun.

Usage

To be completed.

License

MIT License

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
4.0.00latest

Version History

VersionDownloads (Last 7 Days)Published
4.0.00
3.3.05
3.2.00
3.1.20
3.1.12
3.1.00
3.0.40
3.0.30
3.0.20
3.0.10
3.0.00
2.3.10
2.3.00
2.2.00
2.1.80
2.1.70
2.1.60
2.1.50
2.1.41
2.1.30
2.1.20
2.1.10
2.1.01
2.0.21
2.0.11
2.0.00
2.0.0-rc.11
2.0.0-rc.01
1.7.10
1.7.02
1.6.01
1.5.00
1.4.11
1.4.01
1.3.11
1.3.00
1.2.10
1.2.01
1.0.50
1.0.41
1.0.32
1.0.21
1.0.10
1.0.00
1.0.0-rc.31
1.0.0-rc.21
1.0.0-rc.11
1.0.0-rc.00
0.6.01
0.5.01
0.4.11
0.4.00
0.3.01
0.2.11
0.2.01
0.1.11
0.1.01

Package Sidebar

Install

npm i @kikiutils/mongoose

Weekly Downloads

33

Version

4.0.0

License

MIT

Unpacked Size

267 kB

Total Files

143

Last publish

Collaborators

  • kiki-kanri