{
  "modelsPath": "tests/models",
  "migrationsPath": "tests/migrations",
  "dialect": "mysql",
  "connectionString": "mysql://root@localhost/%s",
  "database": "emtest",
  "all": [
    "emtest",
    "emtest1"
  ]
}