1.3.0 • Published 7 years ago

ffy-db v1.3.0

Weekly downloads
1
License
GPL
Repository
-
Last release
7 years ago

Synopsis

MySQL DB Module created by Festival For You to simplify query creation

Dependencies

This module runs on top of the mysql npm package created by Douglas Wilson.

Code Example

var db = require('ffy-db');
var options = {
  host: '127.0.0.1',
  user: 'root',
  password: '',
  database: 'database'
}

db.setup(options);

Disclaimer

This module is provided as is, and will be maintained/modified at our discretion. Anyone is welcome to download and amend this modile to suit their requirements, the module is provided under GPL.

Installation

npm install ffy-db

API Reference

Setup

Select

Insert

Update

Query

1.3.0

7 years ago

1.2.1

7 years ago

1.2.0

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago