Getting Started
Please read the Introduction section if you haven't already.
Setting up the Database
Requiring the package
const dbLocal = require("db-local");
const { Schema } = new dbLocal({ path: "./databases" });
new dbLocal(config)
Last updated
Was this helpful?