stackerjs-db-file-adapter
1.1.1 • Public • Published

StackerJS DB: File Adapter
An adapter for file system database.
npm install --save stackerjs-db-file-adapter
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.
Versions
Version | Downloads (Last 7 Days) | Tag |
---|
1.1.1 | 0 | latest |
Version History
Version | Downloads (Last 7 Days) | Published |
---|
1.1.1 | 0 | |
1.1.0 | 0 | |
1.0.0 | 0 | |
Package Sidebar
Install
npm i stackerjs-db-file-adapter
Weekly Downloads