Dynamically Setting Migration Path in Sql Layer
I have this piece of code to construct my Sql layer
And I would like to be able to dynamically set the migration path based on an env variable, i.e something like
And I would like to be able to dynamically set the migration path based on an env variable, i.e something like
Config.string("NODE_ENV"). Is it possible ?