UNPKG

h-orm

Version:

H-orm is a mysql orm for nodejs

19 lines (17 loc) 327 B
const windows = { host : '127.0.0.1', port : '3306', user : 'root', password : 'root', database : 'test', debug : true } const mac = { host: '127.0.0.1', port: '3306', database: 'test', user: '', password: '', debug: true } module.exports = mac