1.0.1 • Published 3 years ago

@memsdb/backup-void v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

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(),
})
1.0.1

3 years ago

1.0.0

3 years ago

0.4.0

3 years ago

0.3.1

3 years ago

0.3.0

3 years ago

0.1.0

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago