.dll file

FluentMigrator.dll

Uploaded: 2024-01-06 Last Validated: 2024-03-03
3.3.2.9 56.5KB x86 (32 bit) Verified 2024-03-03
Sponsored

File Info

Integrity Check
Passed
Uncompressed Size
56.5KB
MD5
daa18f929284389a5f9fd5f821746929
SHA256
11b8f5955e2852dfe80a8a271ddd57d3385d31eb842d2d2e73edc33616ecfee9
SHA1
07a3b0437dc6c52925fbee35cf7993ae51f5f8bf

Metadata

Status
Complete
Company
FluentMigrator Project
Product
FluentMigrator
Description
FluentMigrator
Build Note
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.
Copyright
Sean Chambers and the FluentMigrator project 2008-2018

Data Points

First Upload
2024-01-06

Install Instructions

Open the downloaded archive and extract the DLL file
1.Extract .DLL
Open the archive you downloaded and extract the specific .dll file.
Install the DLL into the correct Windows system folder
2.Install .DLL
Place the file in the correct folder:
32-bitC:\Windows\SysWOW64
64-bitC:\Windows\System32
Restart the application after installing the DLL
3.Restart Software
Close and reopen the application so Windows can load the new DLL.