yuniql
yuniql copied to clipboard
Free and open source schema versioning and database migration made natively with .NET/6. NEW THIS MAY 2022! v1.3.15 released!
References: https://www.sqlite.org/index.html https://www.nuget.org/packages/System.Data.SQLite/ https://www.nuget.org/packages/Microsoft.Data.Sqlite.Core/
https://github.com/rdagumampan/yuniql/issues/149 "Ok. Adding AllowUserVariables=True to my connection string is confirmed to fix all the Parameter '@saved_cs_client' must be defined errors. Deleting all the DELIMITER statements and replacing all the customised...
Issue115
Added new method RunNonVersionDropScripts which do not has the transaction parameter as drop database command cannot be used inside a transaction . https://docs.microsoft.com/en-us/previous-versions/sql/sql-server-2008-r2/ms191544(v=sql.105)?redirectedfrom=MSDN
When testing new features or verifying the stability of the change, all tests in each supported platform must pass. Doing this today, we have to switch all the environment variables...
Basically i am trying to use this task in CI/CD pipeline that will create new table in database without affecting rest.
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...
Hi! I'm evaluating Yuniql for my project and I wonder what's the workflow for the development. Say I have a script executed on my local db instance, which belongs to...
Describe in article various developer workflows: - A dev building a new web app with stack (web + api + db) - A dev team working on features with shared...
In some occasions the yuniql may not be able to support some tasks. For example, importing FileStream of images and uploading via network optimized transport mechanism are better left for...
When we call `yuniql run`, it checks if the database exists and pre-created it when `--autocreate-db true` is passed. It also configures the metadata table where schema versions are tracked...