FluentMigrator.Runner.Oracle 3.3.2

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
.NET Standard 2.0 .NET Framework 4.6.1

Requires NuGet 3.5 or higher.

dotnet add package FluentMigrator.Runner.Oracle --version 3.3.2
NuGet\Install-Package FluentMigrator.Runner.Oracle -Version 3.3.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="FluentMigrator.Runner.Oracle" Version="3.3.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FluentMigrator.Runner.Oracle --version 3.3.2
#r "nuget: FluentMigrator.Runner.Oracle, 3.3.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install FluentMigrator.Runner.Oracle as a Cake Addin
#addin nuget:?package=FluentMigrator.Runner.Oracle&version=3.3.2

// Install FluentMigrator.Runner.Oracle as a Cake Tool
#tool nuget:?package=FluentMigrator.Runner.Oracle&version=3.3.2

FluentMigrator is a database migration framework for .NET written in C#. The basic idea is that you can create migrations which are simply classes that derive from the Migration base class and have a Migration attribute with a unique version number attached to them. Upon executing FluentMigrator, you tell it which version to migrate to and it will run all necessary migrations in order to bring your database up to that version. In addition to forward migration support, FluentMigrator also supports different ways to execute the migrations along with selective migrations called profiles and executing arbitrary SQL.

Product Versions
.NET net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows
.NET Core netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1
.NET Standard netstandard2.0 netstandard2.1
.NET Framework net461 net462 net463 net47 net471 net472 net48 net481
MonoAndroid monoandroid
MonoMac monomac
MonoTouch monotouch
Tizen tizen40 tizen60
Xamarin.iOS xamarinios
Xamarin.Mac xamarinmac
Xamarin.TVOS xamarintvos
Xamarin.WatchOS xamarinwatchos
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on FluentMigrator.Runner.Oracle:

Package Downloads
FluentMigrator.Runner The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

FluentMigrator is a database migration framework for .NET written in C#. The basic idea is that you can create migrations which are simply classes that derive from the Migration base class and have a Migration attribute with a unique version number attached to them. Upon executing FluentMigrator, you tell it which version to migrate to and it will run all necessary migrations in order to bring your database up to that version. In addition to forward migration support, FluentMigrator also supports different ways to execute the migrations along with selective migrations called profiles and executing arbitrary SQL.

FluentDbTools.Migration.Abstractions

FluentDbTools provides a fluent SQL abstraction layer for creating database connections, building sql queries and migrating your database.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.3.2 2,191,057 1/14/2022
3.3.1 932,142 9/21/2021
3.3.0 182,828 8/26/2021
3.2.17 647,309 6/17/2021
3.2.16 230,852 5/19/2021
3.2.15 897,838 2/19/2021
3.2.14 710 2/19/2021
3.2.11 288,837 1/9/2021
3.2.10 62,231 12/19/2020
3.2.9 1,440,581 8/25/2020
3.2.8 177,250 7/22/2020
3.2.7 554,472 6/8/2020
3.2.6 539,729 4/11/2020
3.2.1 2,255,490 4/16/2019
3.2.0 4,104 4/15/2019
3.1.3 1,008,558 6/25/2018
3.1.2 3,604 6/21/2018
3.1.1 17,246 6/11/2018
3.1.0 3,153 6/1/2018
3.0.0 52,004 5/7/2018
2.0.7 207,251 4/27/2018
2.0.6 13,507 4/24/2018
2.0.5 2,579 4/23/2018
2.0.4 1,212 4/23/2018
2.0.3 1,542 4/22/2018
2.0.2 89,931 4/17/2018
2.0.1 2,712 4/16/2018
2.0.0 4,582 4/15/2018

Use of standard dependency injection, configuration and logging libraries.
Simplification of in-process runner configuration and instantiation.
dotnet-fm is now a global .NET Core 2.1 tool.
Minimum .NET Framework version is 4.6.1.

Details: https://github.com/fluentmigrator/fluentmigrator/releases