UNPKG

dbcrawler

Version:

crawls mysql database and creates insert queries or returns data from multiple table depending on the relationship information of the tables provided

9 lines (7 loc) 142 B
var dbconfig = { host : 'localhost', user : 'palash', password : 'password', database : 'sakila' }; module.exports=dbconfig;