Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/simplesoft-pt/database.migrator
- Owner: simplesoft-pt
- License: mit
- Created: 2017-03-15T00:16:21.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-14T16:45:12.000Z (almost 7 years ago)
- Last Synced: 2024-12-02T05:47:28.585Z (about 1 month ago)
- Language: C#
- Homepage:
- Size: 345 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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;