-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
312 lines (292 loc) · 13.1 KB
/
index.html
File metadata and controls
312 lines (292 loc) · 13.1 KB
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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
<!DOCTYPE html>
<html lang="en" itemscope itemtype="http://schema.org/Product">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>pgCodeKeeper</title>
<meta name="description" content="A tool for PL/pgSQL code maintenance and migration scripts generation considering the dependent PostgreSQL objects graph.">
<meta http-equiv="content-language" content="en-us">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Open Graph data -->
<meta property="fb:app_id" content="290831601286325">
<meta property="og:url" content="http://pgcodekeeper.org/">
<meta property="og:image" content="http://pgcodekeeper.org/images/share_image_en.png">
<meta property="og:site_name" content="pgCodeKeeper">
<meta property="og:title" content="pgCodeKeeper">
<meta property="og:description" content="A tool for PL/pgSQL code maintenance and migration scripts generation considering the dependent PostgreSQL objects graph.">
<!-- Schema.org markup for Google+ -->
<meta itemprop="name" content="pgCodeKeeper">
<meta itemprop="description" content="A tool for PL/pgSQL code maintenance and migration scripts generation considering the dependent PostgreSQL objects graph.">
<meta itemprop="image" content="http://pgcodekeeper.org/images/share_image_en.png">
<!-- Twitter Card data -->
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="http://pgcodekeeper.org/">
<meta name="twitter:title" content="pgCodeKeeper">
<meta name="twitter:description" content="A tool for PL/pgSQL code maintenance and migration scripts generation considering the dependent PostgreSQL objects graph.">
<meta name="twitter:image:src" content="http://pgcodekeeper.org/images/share_image_en.png">
<link rel="image_src" href="/images/share_image_en.png">
<link rel="icon" type="image/png" href="/images/favicon-16x16.png" sizes="16x16">
<link rel="icon" type="image/png" href="/images/favicon-32x32.png" sizes="32x32">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,800,600&subset=latin,cyrillic' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Oswald:400,300,700' rel='stylesheet' type='text/css'>
<link href="https://fonts.googleapis.com/css?family=Nixie+One" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Playfair+Display:400,700,900" rel="stylesheet">
<link rel="stylesheet" href="/css/main.min.css">
<script src="https://use.fontawesome.com/1f41723852.js"></script>
</head>
<body id="en-version">
<!--[if lt IE 7]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgradeyour browser</a> to improve your experience.</p>
<![endif]-->
<!-- header -->
<nav class="navbar-default navbar-fixed-top" role="navigation">
<a class="lang main-menu" href="https://pgcodekeeper.ru">RU</a>
<a href="https://github.com/pgcodekeeper/pgcodekeeper"><img class="fork-me" src="/images/fork-me.png" alt="Fork me on GitHub"></a>
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target=".navbar-collapse"
aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/#home">
<img class="media-object brand-image" src="/images/logo.png" alt="logo">
</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-left main-menu">
<li><a href="/#home">Home</a></li>
<li class="dropdown"><a href="#" class="dropdown-toggle" data-toggle="dropdown">Products<b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="/index.html">pgCodeKeeper</a></li>
<li><a href="/pgsqlblocks.html">pgSqlBlocks</a></li>
</ul>
</li>
<li class="dropdown"><a href="#" class="dropdown-toggle" data-toggle="dropdown">News<b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="/news.html">News</a></li>
<li><a href="/articles.html">Articles</a></li>
</ul>
</li>
<!--
Temporary commented out while a user documntation is out of date.
<li><a href="/doc/">User manual</a></li>
-->
<li><a href="https://pgcodekeeper.readthedocs.io" target="_blank">Documentation</a></li>
<li><a href="/faq.html">FAQ</a></li>
</ul>
</div>
</div>
</nav>
<!-- /header -->
<!-- Home -->
<section id="home" class="home_section">
<div class="container">
<div class="title">
<h1><span class="pg">pg</span><span class="codekeeper">CodeKeeper</span></h1>
<h3>PL/pgSQL code maintenance made easy</h3>
<a href='/how_to_install.html'><button type="button" class="btn install-btn btn-lg" title="How to download and install"
data-html="true" data-original-title="Title">
How to install
</button></a>
</div>
</div>
</section>
<!-- About -->
<section id="about">
<div class="container">
<div class="row">
<div class="col-sm-12 text-center">
<h2>PostgreSQL schema development tool</h2>
<p class="lead text-about">Easily find differences between database objects and create migration scripts, interactively or automatically.</p>
</div>
</div>
</div>
</section>
<!-- Services -->
<section id="services">
<div class="container">
<h2>Features</h2>
</div>
<div class="container">
<div class="block">
<div class="row">
<div class="col-xs-12 col-sm-6 col-lg-6">
<img class="media-object" src="/images/bd1.png" alt="change-bd">
</div>
<div class="col-xs-12 col-sm-6 col-lg-6">
<div class="text-content">
<p class="feature-title">Compare databases</p>
<p class="text-descr">
Comparing database code is made easy with pgCodeKeeper. Compare live DB instances,
pg_dump output, as well as pgCodeKeeper projects.
</p>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<div class="block">
<div class="row">
<div class="col-xs-12 col-sm-6 col-lg-6 text-right">
<img class="media-object" src="/images/migration5.png" alt="create-migration">
</div>
<div class="col-xs-12 col-sm-6 col-lg-6">
<div class="text-content">
<p class="feature-title">Generate migration scripts</p>
<p class="text-descr">
Generate migration scripts in a user-friendly interface. You can use both
live DB instances and DB dumps as initial data.
You can also compare pgCodeKeeper projects — useful when working with versions control systems.
</p>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<div class="block">
<div class="row">
<div class="col-xs-12 col-sm-6 col-lg-6">
<img class="media-object" src="/images/database3.png" alt="work with system of control version">
</div>
<div class="col-xs-12 col-sm-6 col-lg-6">
<div class="text-content">
<p class="feature-title">Use various VCSs</p>
<p class="text-descr">
pgCodeKeeper is an Eclipse IDE plug-in. The DB code is saved as an Eclipse project, and the
project can be tracked under any of the versions control systems supported by Eclipse — Git, SVN,
Mercurial, CVS and others.
</p>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<div class="block">
<div class="row">
<div class="col-xs-12 col-sm-6 col-lg-6 text-right">
<img class="media-object" src="/images/continious1.png" alt="work with system of continuous delivery">
</div>
<div class="col-xs-12 col-sm-6 col-lg-6">
<div class="text-content">
<p class="feature-title">Non-interactive mode for continuous integration systems</p>
<p class="text-descr">
<a href="https://github.com/pgcodekeeper/pgcodekeeper/releases" data-toggle="tooltip" data-placement="top"
title="Download pgCodeKeeper CLI">pgCodeKeeper-cli</a>
can work non-interactively, which is convenient when setting up
continuous integration pipelines.
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Information -->
<section id="information">
<div class="container">
<div role="presentation" class="line"></div>
<div class="row">
<div class="col-sm-12 col-lg-12">
<h1>News</h1>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-sm-6 col-lg-6">
<div class="col-sm-6 col-lg-6">
<h4 class="anchor" name="pgCodeKeeper-latest" id="pgCodeKeeper-latest">Last releases</h4>
<p class="short-article"> Latest releases available on <a href="https://github.com/pgcodekeeper/pgcodekeeper/releases">github</a></p>
</div>
</div>
<div class="col-sm-6 col-lg-6">
<h4><a href="https://reestr.minsvyaz.ru/reestr/71688/">Registration in the unified register of the Russian programs for ECM and DB</a></h4>
<p class="date">April 18, 2016</p>
<p class="short-article">By order of The Ministry of Communications and Mass Media of Russia pgCodeKeeper is
<a href="https://reestr.minsvyaz.ru/reestr/71688/">registered</a>
in the unified register of Russian programs for electronic computing machines and data bases.
</p>
<h4><a href="/the-article.html">The taming of the scoundrel</a></h4>
<p class="date">February 1, 2016<span class="source"><a href="https://habrahabr.ru/post/276339/">Habrahabr</a></span></p>
<p class="short-article">Do you like to develop databases? No, not the modern NoSQL, but good old-fashioned
relational ones, where you can describe the relations and the stored procedures for the data access and
logic <span><a href="/the-article.html" class="more">[...]</a></span>
</p>
<p><a href="/news.html" class="more">Other news</a></p>
</div>
</div>
</div>
</section>
<!-- Last -->
<section id="last">
<div class="container">
<div class="row">
<div class="col-sm-12 col-lg-12">
<p class="last-text">pgCodeKeeper will make your time maintaining PostgreSQL databases easier</p>
</div>
</div>
</div>
</section>
<!-- contacts -->
<section id="contacts">
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-12 col-lg-12">
<h1>Contacts</h1>
<div class="row">
<div class="col-xs-12 col-sm-12 col-lg-12">
<h4>Got questions, suggestions? Contact us.</h4>
</div>
</div>
<div class="row">
<div class="col-xs-5 col-sm-3 col-lg-2">
<img class="media-object logo-2" src="/images/logo4.png" alt="">
</div>
<div class="col-xs-5 col-sm-3 col-lg-3">
<p class="contact-label">LLC "TAXTELECOM"</p>
<p class="contact-value">ul. Proletarskaya, d.39, kv.43, g.о. Kurgan city, Kurgan, Kurgan oblast', Russia, 640018</p>
</div>
<div class="col-xs-7 col-sm-3 col-lg-4">
<div class="row">
<p class="contact-label">
Get in touch with us through <a href="https://t.me/pgcodekeeper">Telegram</a>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- /contacts -->
<!-- footer -->
<footer id="main-footer">
<div class="container-fluid">
<div class="row">
<div class="col-xs-12 col-sm-6 col-lg-6 text-left">
<p class="copyright">© LLC "TAXTELECOM" 2023</p>
</div>
<div class="col-xs-12 col-sm-6 col-lg-6 text-right">
<p class="license-footer">The source code for pgCodeKeeper is available for free on GitHub. <wbr>Under the terms of the <a href="/license.html"> Apache License, Version 2.0</a></p>
</div>
</div>
</div>
</footer>
<script src="/js/main.min.js"></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-GEXCEW6LBZ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-GEXCEW6LBZ');
</script>
<!-- /footer -->
</body>
</html>