stackerjs-db-file-adapter
v1.1.1
Published
Database manager build over OS folders and files
Downloads
3
Readme
StackerJS DB: File Adapter
An adapter for file system database.
Installation
npm install --save stackerjs-db-file-adapter
Usage
You need to create a config folder with a file called db.js, as follows:
// config/db.js
module.exports = {
host: "path/to/host",
name: "database_name"
}
Now you're set to write your queries.