Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/simplesoft-pt/database.migrator

Library that can be used to apply migrations into databases using raw SQL queries. It can be easily executed in console or ASP.NET applications.
https://github.com/simplesoft-pt/database.migrator

Last synced: 26 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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](https://www.nuget.org/packages?q=SimpleSoft.Database.Migrator) 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;