mongoose-int32

0.6.0 • Public • Published

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);

Readme

Keywords

none

Package Sidebar

Install

npm i mongoose-int32

Weekly Downloads

2,808

Version

0.6.0

License

Apache 2.0

Unpacked Size

22.1 kB

Total Files

9

Last publish

Collaborators

  • vkarpov15