UNPKG

salvage.db

Version:

Salvage.DB is a fast, lightweight, easy-to-use database. It was created by **Salvage_Dev**.

7 lines (6 loc) 119 B
const fs = require("fs"); module.exports = { async read(path) { return fs.readFileSync(path).toString(); }, };