stackerjs-db-file-adapter

1.1.1 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i stackerjs-db-file-adapter

Weekly Downloads

6

Version

1.1.1

License

none

Unpacked Size

13 MB

Total Files

17

Last publish

Collaborators

  • vinyguedess