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-4Lines changed: 15 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,13 +10,20 @@ We are happy to announce new major release, 6.0. The new version brings signific
10
10
## UX 6.0
11
11
We were working hard to make DbGate even more easy to use.
12
12
13
+
### Keyboard navigation
13
14
You could now use keyboard to navigate between tables and connections. We have implemented <strong>tab preview mode</strong> - tabs with <i>headers in italics</i> are used as preview, when you choose another table/view/procedure/connection, preview tab is reused, so you don't end with many opened tabs, if you need only quick check something.
14
15
15
-
<imgsrc='/assets/screenshots/sqlpreview.png' />
16
+
<imgsrc='/assets/screenshots/connsearch.png' />
16
17
17
-
There are also singificant improvement in connection/database quick search. Eg. when you have database "Chinook" under connection named "My server", when you type "My chin", this database is correctly filtered.
18
+
### Search in connections
19
+
There are also singificant improvements in connection/database quick search. You could search by server or database name, even if server is not connected (database list is cached from last connection attempt).
20
+
Eg. when you have database "Chinook" under connection named "My server", when you type "My chin", this database is correctly filtered.
21
+
22
+
### Procedure and function parameters
23
+
DbGate now works correctly with parameters of stored procedures and functions. You could browse them in SQL objects tree, you could also use EXECUTE SQL template, then DbGate asks for requested parameters.
24
+
25
+
<imgsrc='/assets/screenshots/sqlpreview.png' />
18
26
19
-
<imgsrc='/assets/screenshots/connsearch.png' />
20
27
21
28
## Compare & synchronize models (Premium)
22
29
@@ -38,12 +45,16 @@ We also changed pricing model of Premium and Team Premium editions.
38
45
- Price of Team Premium edition is $150/user/year, minimal number of users is 2
39
46
- Team Premium could be used both as web or desktop app
40
47
41
-
## API documnetation
48
+
## Improvements of API
42
49
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.
43
50
51
+
There was also huge optimalization of NPM packages used as driver plugins for scripts. Eg. SQL Server connector plugin was reduced eg. dbgate-plugin-mssql approx. 18x, from 1.34 MB to 71 kB.
0 commit comments