node-baseline
Version:
A simple database migration and versioning tool
22 lines (21 loc) • 353 B
JSON
{
"rootPath": "./temp/db",
"host": "127.0.0.1",
"port": 3306,
"user": "root",
"password": "secret",
"dialect": "mysql",
"databases": [
{
"name": "test1"
},
{
"name": "test2",
"dialect": "oracle",
"user": "user",
"password": "...",
"backup": true,
"backupDir": "/backupDir"
}
]
}