10 packages tagged with “database-versioning”
The interfaces to be implemented to build plugins for yuniql-based database migration. See WIKI for how-to instructions.
The package to use for running yuniql-based database migrations inside .NET Core application or service. See WIKI for how-to instructions.
Database migrations and schema versioning adaptor for PostgreSql. For technical details and samples, visit https://github.com/rdagumampan/yuniql.
The package to use for running yuniql-based database migrations inside ASP.NET Core application or service. See WIKI for how-to instructions.
Database migrations and schema versioning adaptor for SqlServer. For technical details and samples, visit https://github.com/rdagumampan/yuniql.
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)
Database migrations and schema versioning adaptor for MySql. For technical details and samples, visit https://github.com/rdagumampan/yuniql.
Database migrations and schema versioning adaptor for Snowflake. For technical details and samples, visit https://github.com/rdagumampan/yuniql.
Database migrations and schema versioning adaptor for Redshift. For technical details and samples, visit https://github.com/rdagumampan/yuniql.
Database migrations and schema versioning adaptor for Oracle. For technical details and samples, visit https://github.com/rdagumampan/yuniql.