1.1.1 • Published 6 years ago

stackerjs-db-file-adapter v1.1.1

Weekly downloads
14
License
-
Repository
github
Last release
6 years ago

Travis Maintainability Test Coverage Dependencies npm

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.