yuniql (yuu-nee-kel) is a schema versioning and database migration tool for sql server and others. Versions are organized as series of ordinary directories. Scripts are stored transparently as plain old .sql files. yuniql simply automates what you would normally do by hand and executes scripts in an orderly and transactional fashion. Visit https://yuniql.io to get started. Install tool: $ dotnet tool install -g Yuniql.Cli Supported databases: - SQL Server - Azure SQL Database - PostgreSql - MySql Getting started: - https://github.com/rdagumampan/yuniql/wiki/getting-started-(simplified)
$ dotnet add package Yuniql.CliNo README available.