Steps
details
get the connection details
Connect with json database and get details
import { JsonData } from "multi.dbx";
const db = new JsonData();
db.connect("database/users.json");
db.details() // returns the file path, database line count and more...