0.2.1 • Published 5 years ago

@determapp/projectstorage-memory v0.2.1

Weekly downloads
-
License
GPL-3.0
Repository
gitlab
Last release
5 years ago

DetermApp-Projectstorage-Filesystem

This is an @determapp/projectstorage which saves data in the RAM. This should only be used for testing.

API

import { createInMemoryStorage } from '@determapp/projectstorage-memory';

const storageCreator = createInMemoryStorage;
// the storageCreator can be used at @determapp/projectmanager

Commands

npm run build

  • builds this component
  • executed as prepare hook
0.2.1

5 years ago

0.2.0

6 years ago