
js-data-memory
An in-memory adapter for the JSData Node.js ORM. Credits to JDobry.
Installation
npm install --save js-data js-data-memory
Usage
var MemoryAdapter = ; /* * Create an instance of the adapter */var adapter = ; /* * Register the adapter instance */store;
JSData Tutorial
Start with the JSData.
License
[The MIT License (MIT)]
Example
var jsData = ;var MemoryAdapter = ; /* * Optional */jsDatautilsPromise = ; var adapter = ; var container = mapperDefaults: ; container; container; container ; container ; container ;
Contributing
First, look at the issues page to ensure your issue isn't already known. If it's not, you can create a new issue with a detailed description of what happened & how to reproduce the unexpected behavior.
If you decide to take on the challenge of fixing a known (or unknown) issue, you can do so by sending in a pull request from your own fork of the project. Once it has been tested and approved, it will be merged into the master branch of the repository.