Open
Description
According to the docs https://db-migrate.readthedocs.io/en/latest/API/programable/ this should work: let dbmigrate = DBMigrate.getInstance(true, './path/to/database.json');
Probably because here https://github.com/db-migrate/node-db-migrate/blob/master/api.js#L104 never the type string is checked. Should I do a PR?
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.