Simple.Migrations icon indicating copy to clipboard operation
Simple.Migrations copied to clipboard

Simple but powerful migrations library for .NET Core

Results 7 Simple.Migrations issues
Sort by recently updated
recently updated
newest added

Oracle Provider using Oracle Managed Driver

Is it possible / would it be possible to allow Simple.Migrations to, when migrating to the latest version, run _any migration it has not yet run_. This would be useful...

This would allow me to use ServiceStack.OrmLite's connections.

I like the design of your simple migration framework, however we would need a _Preview_ option that just dumps the sql that is about to be executed(see fluent migrations preview...

Are there any plans to write an Oracle Version Provider as well?

It would be desirable to use SM using async methods, e.g. `migrator.MigrateToAsync(long)`, as the current synchronous style is rather limiting in this day and age.

Bumps [System.Data.SqlClient](https://github.com/dotnet/corefx) from 4.1.0 to 4.8.6. Release notes Sourced from System.Data.SqlClient's releases. .NET Core 2.1.0 RC1 Release Notes Known Issues Download and Install Repos CoreCLR CoreFX Core-Setup CLI Commits See...

dependencies