Closed YBogomolov closed 7 years ago
Not a bug. To use connection strings with PostgreSQL, one needs to write the config as following:
{
"database": {
"main": {
"connectionString": "postgresql://user:pwd@localhost:5432/db_name"
}
}
}
Driver: PG Steps to reproduce:
.migrorc file with the following content:
Run
migro up main
.Result:
Expected result: