@memsdb/backup-void
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

A backup engine for MemsDB. This engine will backup to the void - scrapping the backup entirely. This is the default backup engine for MemsDB

import { DB } from '@memsdb/core'
import { VoidBackup } from '@memsdb/backup-void'

const db = new DB('test', {
  backupProvider: new VoidBackup(),
})

Readme

Keywords

Package Sidebar

Install

npm i @memsdb/backup-void

Weekly Downloads

1

Version

1.0.1

License

ISC

Unpacked Size

2.78 kB

Total Files

12

Last publish

Collaborators

  • brocococonut