1.0.10 • Published 7 years ago

ngnx-data-proxy-mongodb v1.0.10

Weekly downloads
4
License
BSD-3-Clause
Repository
github
Last release
7 years ago

NGNX.DATA.MongoDBProxy

npm i ngnx-data-proxy-mongodb

require('ngnx-data-proxy-mongodb')

const Person = new NGN.DATA.Model({
  fields: {
    firstname: null,
    lastname: null
  },

  proxy: new NGNX.DATA.MongoDBProxy({
    host: 'host.com:12345',
    database: 'people_db',
    username: 'user',
    password: 'password'
  })
})

The MongoDB proxy is used to perform CRUD operations from an NGN.DATA.Store and/or NGN.DATA.Model.

1.0.10

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago