1.1.1 • Published 1 month ago

acey-node-store v1.1.1

Weekly downloads
-
License
ISC
Repository
-
Last release
1 month ago

Local Storage for NodeJS apps with Acey

Asynchronous, unencrypted, persistent, key-value storage system for nodeJS. (conceived for acey)

Installation

yarn add acey-node-store

Quickstart

import { config } from 'acey'
import LocalStorage from 'acey-node-store'

const initAcey = async () => {
  /* 
    parameter: `dbFolderPath` (string)
    The path to the folder where your JSON DB files will be saved.
  */
  const localStorageEngine = new LocalStorage('./db')
  config.setStoreEngine(localStorageEngine)
  await config.done()
}
1.1.1

1 month ago

1.1.0

1 month ago

1.0.6

1 year 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

4 years ago