0.6.0 • Published 2 years ago

mongoose-int32 v0.6.0

Weekly downloads
5,704
License
Apache 2.0
Repository
github
Last release
2 years ago

mongoose-int32

Mongoose type for storing MongoDB int32 (bson type 16)

Build Status

Usage

Requires mongoose >= 4.4.0. Do not use with mongoose 3.x.

const mongoose = require("mongoose");
const Int32 = require("mongoose-int32").loadType(mongoose);