You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _posts/2024-12-05-6.0.0.md
+15-12Lines changed: 15 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
layout: post
3
3
title: Major release 6.0.0
4
4
categories: development
5
-
date: 2024-12-05 20:00:00
5
+
date: 2024-12-05 11:00:00
6
6
---
7
7
8
8
We are happy to announce new major release, 6.0. The new version brings significant usability changes and more intuitive workflows.
@@ -21,25 +21,28 @@ There are also singificant improvement in connection/database quick search. Eg.
21
21
## Compare & synchronize models (Premium)
22
22
23
23
We added lot of new options to compare database models tool:
24
-
<ul>
25
-
<li>Ingore case or schemae name</li>
26
-
<li>Disable drop tables/columns/views. When the object is missing, you could ignore this (the safest variant) or mark object as deleted (eg. rename deleted column "Fax" to "_deleted_Fax")</li>
27
-
<li>Ignore foreign key actions</li>
28
-
<li>Ignore data types</li>
29
-
</ul>
24
+
- Ignore case or schemae name
25
+
- Disable drop tables/columns/views. When the object is missing, you could ignore this (the safest variant) or mark object as deleted (eg. rename deleted column "Fax" to "_deleted_Fax")
26
+
- Ignore foreign key actions
27
+
- Ignore data types
30
28
31
29
Compare model tool is now exclusively in Premium and Team Premium editions.
We also changed pricing model of Premium and Team Premium editions.
35
+
- Premium edition is now only for desktop clients
36
+
- Premium edition could be charged monthly or yearly
37
+
- We changed price of Premium edition - $10/month or $120/year
38
+
- Price of Team Premium edition is $150/user/year, minimal number of users is 2
39
+
- Team Premium could be used both as web or desktop app
40
+
35
41
## API documnetation
36
42
Unlike other database administration tools, DbGate has API for majority of lower-level operations. If you have some export/import, you could export the job as JavaScript file and run with Nodejs, independently on DbGate. You could also enhance or generalize this generated script, to get requested results. We have added generated documentation for supported operations. Now it contains only basic export/import operations, but it will grow soon.
0 commit comments