hapiest-mysql
Version:
A wrapper around mysql that provides a very descriptive way of running queries.
21 lines • 487 B
JSON
{
"database": {
"write": {
"host": "localhost",
"database": "hapiestmysql",
"user": "hapiestmysql",
"password": "mysql@9028",
"password": "hapiestmysql",
"connectionLimit": 100,
"multipleStatements": true
},
"read": {
"host": ["localhost","localhost"],
"database": "hapiestmysql",
"user": "hapiestmysql",
"password": "hapiestmysql",
"connectionLimit": 100,
"multipleStatements": true
}
}
}