ngnx-data-proxy-jsonfile

1.0.22 • Public • Published

NGNX.DATA.JsonFileProxy

npm i ngnx-data-proxy-jsonfile

require('ngnx-data-proxy-jsonfile')
 
const Person = new NGN.DATA.Model({
  fields: {
    firstname: null,
    lastname: null
  },
 
  proxy: new NGNX.DATA.JsonFileProxy('./mydb.json')
})

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

Readme

Keywords

Package Sidebar

Install

npm i ngnx-data-proxy-jsonfile

Weekly Downloads

1

Version

1.0.22

License

BSD-3-Clause

Last publish

Collaborators

  • cbutler