hapiest-mysql
Version:
A wrapper around mysql that provides a very descriptive way of running queries.
18 lines • 371 B
JSON
{
"database": {
"write": {
"host": "localhost",
"database": "hapiestmysql",
"user": "hapiestmysql",
"password": "hapiestmysql",
"connectionLimit": 10
},
"read": {
"host": "localhost",
"database": "hapiestmysql",
"user": "hapiestmysql",
"password": "hapiestmysql",
"connectionLimit": 10
}
}
}