Steps
connect
connect with the database
Connect with json database
- the package only supports json database at this time
import { JsonData } from "multi.dbx";
const db = new JsonData(); /// note: You can add more than one database ///
db.connect("database/users.json");