0.1.4 • Published 12 months ago

@flystorage/in-memory v0.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

Flystorage adapter using memory

This package contains the Flystorage adapter that uses only memory

Installation

Install all the required packages

npm install --save @flystorage/file-storage @flystorage/in-memory

Usage

import {FileStorage} from '@flystorage/file-storage';
import {InMemoryStorageAdapter} from '@flystorage/in-memory';

const adapter = new InMemoryStorageAdapter();
const storage = new FileStorage(adapter);

⚠️ Always use the FileStorage, it is essential for security and a good developer experience. Do not use the adapter directly.

0.1.2

1 year ago

0.1.4

12 months ago

0.1.3

1 year ago

0.1.1

1 year ago

0.1.0

2 years ago

0.0.9

2 years ago