duck-storage-mongodb

mongodb plugin for duck-storage


Keywords
duck-storagr, store, storage, mongo, mongodb
License
MIT
Install
npm install duck-storage-mongodb@0.0.10

Documentation

duck-storage-mongodb

Version

mongodb plugin for duck-storage

Installation

$ npm i duck-storage-mongodb --save
# or
$ yarn add duck-storage-mongodb

Features

computes index keys

const someSchema = new Schema({
  name: {
    type: String,
    index: true
  },
  email: {
    type: String,
    unique: true
  },
  address: {
    street: String,
    zip: {
      type: Number,
      index: true
    }
  }
})

t.snapshot(computeKeys(someSchema))

License

MIT

© 2020-present Martin Rafael Gonzalez tin@devtin.io