yuniql
yuniql copied to clipboard
Request: Support to Package Manager Console Command
This project seems to be great for my use-case. I am planning to make a DB migration directly from my Visual Studio solution towards my DB (local or over the wire). It is a quite advance case, but it is very useful for most of the users that is on the development or implementation phase.
Here is the reference for Entity Framework Code First command. I think you can also start from this.
I am thinking that, I can add the following package via PCM.
> Install-Package Yuniql.Migration.Tools
Then, able to run the Yuniql via PCM like below.
> yuniql run -p "<absolute_folder_location>" -c "<connection_string>" -a
I know I can do it with the use of this extra tool, but it is quite good and cool to have everything abstracted by this library itself. Thanks!