Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 536 Bytes

File metadata and controls

12 lines (8 loc) · 536 Bytes

SimpleSoft.Database.Migrator

Library that can be used to apply migrations into databases using raw SQL queries. It can be easily executed in console, ASP.NET or Windows Services applications.

Installation

This library can be installed via their NuGet packages. For now, it supports SQL Server and Oracle databases, with more support incoming.

Compatibility

This library is compatible with the following frameworks:

  • .NETFramework 4.5.1;
  • .NETStandard 1.6;