@wxn0brp/db-storage-dir
v0.110.0
Published
ValtheraDB Dir Storage
Maintainers
Readme
ValtheraDB Dir Storage
This plugin provides directory-based operations for ValtheraDB.
Installation
npm install @wxn0brp/db-storage-dir json5Note:
json5is an optional dependency. When running with Bun, native JSON5 support is used automatically. SetVALTHERA_DIR_DISABLE_BUN=1to disable Bun's native JSON5 and use thejson5package instead.
Usage
import { createFileActions } from "@wxn0brp/db-storage-dir";
const actions = createFileActions("dir", {
format: "json5:x", // or json, json:x, json5
})Benchmark
Performance benchmarks are available on the benchmark branch.
License
MIT
