1.0.8 • Published 4 years ago

@themost/mem v1.0.8

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

themost-mem

MOST Web Framework in-memory data adapter for testing environments

This repository contains an in-memory data adapter for developing applications and services under MOST Web Framework 2.0 Codename Blueshift

Installation:

npm install @themost/mem

Application Configuration:

Add in-memory data data adapter to available adapter types:

"adapterTypes": [
    ...
      { "name":"Memory Data Adapter", "invariantName": "memory", "type":"@themost/memory" }
    ...
    ],
adapters: [
    ...
    { 
        "name":"local-storage", "invariantName":"memory", "default":true,
        "options": {
        }
    }
    ...
]

}

Note: If you are intending to use memory data adapter as the default adapter mark it as "default": true while setting application configuration.

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0-dev.1

4 years ago