This repository was archived by the owner on Oct 19, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathindex.html
114 lines (101 loc) · 6.54 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen" />
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<title>DbUp: Easy SQL Server change script runner</title>
</head>
<body>
<div id="container">
<div class="inner">
<header>
<h1>DbUp</h1>
</header>
<section class="content">
<article>
<p><strong>DbUp is a .NET library that helps you to deploy changes to SQL Server databases</strong>. It tracks which SQL scripts have been run already, and runs the change scripts that are needed to get your database up to date.</p>
<p>
<a href="https://gitter.im/DbUp/DbUp?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge"><img src="https://badges.gitter.im/Join%20Chat.svg" alt="Join the chat at https://gitter.im/DbUp/DbUp" style="max-width:100%;"></a>
<a href="https://ci.appveyor.com/project/DbUp/dbup/branch/master"><img src="https://ci.appveyor.com/api/projects/status/vm3lg8kk1pxn64pj/branch/master?svg=true" alt="Build status"></a>
</p>
<table>
<thead>
<tr>
<th style="text-align:center"></th>
<th style="text-align:center">Stable</th>
<th style="text-align:center">Prerelease</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align:center">Documentation</td>
<td style="text-align:center"><a href="https://readthedocs.org/projects/dbup/?badge=stable"><img src="https://readthedocs.org/projects/dbup/badge/?version=stable" alt="Documentation Status"></a></td>
<td style="text-align:center"><a href="https://readthedocs.org/projects/dbup/?badge=latest"><img src="https://readthedocs.org/projects/dbup/badge/?version=latest" alt="Documentation Status"></a></td>
</tr>
<tr>
<td style="text-align:center">DbUp</td>
<td style="text-align:center"><a href="https://www.nuget.org/packages/dbup"><img src="https://img.shields.io/nuget/v/DbUp.svg" alt="NuGet"></a></td>
<td style="text-align:center"><a href="https://www.nuget.org/packages/dbup"><img src="https://img.shields.io/nuget/vpre/DbUp.svg" alt="NuGet"></a></td>
</tr>
<tr>
<td style="text-align:center">DbUp-SqlServer</td>
<td style="text-align:center"><a href="https://www.nuget.org/packages/dbup-sqlserver"><img src="https://img.shields.io/nuget/v/dbup-sqlserver.svg" alt="NuGet"></a></td>
<td style="text-align:center"><a href="https://www.nuget.org/packages/dbup-sqlserver"><img src="https://img.shields.io/nuget/vpre/dbup-sqlserver.svg" alt="NuGet"></a></td>
</tr>
<tr>
<td style="text-align:center">DbUp-MySql</td>
<td style="text-align:center"><a href="https://www.nuget.org/packages/dbup-mysql"><img src="https://img.shields.io/nuget/v/dbup-mysql.svg" alt="NuGet"></a></td>
<td style="text-align:center"><a href="https://www.nuget.org/packages/dbup-mysql"><img src="https://img.shields.io/nuget/vpre/dbup-mysql.svg" alt="NuGet"></a></td>
</tr>
<tr>
<td style="text-align:center">DbUp-SQLite</td>
<td style="text-align:center"><a href="https://www.nuget.org/packages/dbup-sqlite"><img src="https://img.shields.io/nuget/v/dbup-sqlite.svg" alt="NuGet"></a></td>
<td style="text-align:center"><a href="https://www.nuget.org/packages/dbup-sqlite"><img src="https://img.shields.io/nuget/vpre/dbup-sqlite.svg" alt="NuGet"></a></td>
</tr>
<tr>
<td style="text-align:center">DbUp-SQLite-Mono</td>
<td style="text-align:center"><a href="https://www.nuget.org/packages/dbup-sqlite-mono"><img src="https://img.shields.io/nuget/v/dbup-sqlite-mono.svg" alt="NuGet"></a></td>
<td style="text-align:center"><a href="https://www.nuget.org/packages/dbup-sqlite-mono"><img src="https://img.shields.io/nuget/vpre/dbup-sqlite-mono.svg" alt="NuGet"></a></td>
</tr>
<tr>
<td style="text-align:center">DbUp-SqlCe</td>
<td style="text-align:center"><a href="https://www.nuget.org/packages/dbup-sqlce"><img src="https://img.shields.io/nuget/v/dbup-sqlce.svg" alt="NuGet"></a></td>
<td style="text-align:center"><a href="https://www.nuget.org/packages/dbup-sqlce"><img src="https://img.shields.io/nuget/vpre/dbup-sqlce.svg" alt="NuGet"></a></td>
</tr>
<tr>
<td style="text-align:center">DbUp-PostgreSQL</td>
<td style="text-align:center"><a href="https://www.nuget.org/packages/dbup-postgresql"><img src="https://img.shields.io/nuget/v/dbup-postgresql.svg" alt="NuGet"></a></td>
<td style="text-align:center"><a href="https://www.nuget.org/packages/dbup-postgresql"><img src="https://img.shields.io/nuget/vpre/dbup-postgresql.svg" alt="NuGet"></a></td>
</tr>
<tr>
<td style="text-align:center">DbUp-Firebird</td>
<td style="text-align:center"><a href="https://www.nuget.org/packages/dbup-firebird"><img src="https://img.shields.io/nuget/v/dbup-firebird.svg" alt="NuGet"></a></td>
<td style="text-align:center"><a href="https://www.nuget.org/packages/dbup-firebird"><img src="https://img.shields.io/nuget/vpre/dbup-firebird.svg" alt="NuGet"></a></td>
</tr>
<tr>
<td style="text-align:center">DbUp-Oracle</td>
<td style="text-align:center"><a href="https://www.nuget.org/packages/dbup-oracle"><img src="https://img.shields.io/nuget/v/dbup-oracle.svg" alt="NuGet"></a></td>
<td style="text-align:center"><a href="https://www.nuget.org/packages/dbup-oracle"><img src="https://img.shields.io/nuget/vpre/dbup-oracle.svg" alt="NuGet"></a></td>
</tr>
</tbody>
</table>
<h2>Documentation</h2>
DbUp has a new documentation site at <a href="http://dbup.readthedocs.org/en/latest/">http://dbup.readthedocs.org</a>.
<h2>Resources</h2>
<p>DbUp is open source, licensed under the MIT license. The <a href="http://github.com/dbup/dbup">source code is on GitHub</a>. We also have a <a href="https://groups.google.com/forum/?fromgroups#!forum/dbup-discuss">discussion group on Google Groups</a> if you have any questions, and you can report bugs (ideally with a pull request attached!) to the <a href="https://github.com/DbUp/DbUp/issues">issues page</a>.</p>
<p>
DbUp began life as the database migration tool inside <a href="http://www.funnelweblog.org">FunnelWeb</a>, an open source ASP.NET MVC blog engine. Despite its humble origins, growing up, DbUp always thought it could aspire to something bigger. Now it is out in the world on its own, making its own way in life, the little script runner that could.
</p>
</article>
</section>
<footer>
</footer>
<a href="https://github.com/dbup/dbup"><img style="position: absolute; top: 0; right: 0; border: 0; padding: 0" src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub"></a>
</div>
</div>
</body>
</html>