0.0.10 • Published 3 years ago

duck-storage-mongodb v0.0.10

Weekly downloads
3
License
MIT
Repository
github
Last release
3 years ago

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