1.4.6 • Published 6 months ago

@zthun/dalmart-forage v1.4.6

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

Dalmart Forage

Dalmart Forage adds a dalmart memory database for usage of a browser's IndexedDb feature.

Installation

npm install @zthun/dalmart-forage
yarn add @zthun/dalmart-forage

Usage

import { IZDatabaseMemory, ZDatabaseOptionsBuilder } from '@zthun/dalmart-db';
import { ZDatabaseForage } from '@zthun/dalmart-forage';

const options = new ZDatabaseOptionsBuilder().database('local-data');
const database: IZDatabaseMemory = new ZDatabaseForage(options);

// Do stuff with database
1.4.6

6 months ago

1.4.5

7 months ago

1.4.4

8 months ago

1.4.3

8 months ago

1.4.2

1 year ago

1.4.1

1 year ago

1.3.0

2 years ago

1.2.0

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

0.1.0

2 years ago