1.0.7 • Published 6 years ago

mysql-db-loader v1.0.7

Weekly downloads
1
License
ISC
Repository
-
Last release
6 years ago

MYSQL-DB-LOADER

Connect to you mysql db in your project async.

Installation

Install with:

npm install mysql-db-loader

Usage:

var connectionConfig = require('mysql-db-loader');
connectionConfig.connect('address','username', 'password', 'db_name', 'port').then((bool)=>{
	if(bool) console.log("Connected"); else console.log("Error Connecting");
});

The library has connect() method which accepts the host address,username,password,dbname and port numbers as params and then returns a boolean value as the result.

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago