Skip to content

Commit de3856d

Browse files
author
SPRINX0\prochazka
committed
news
1 parent aed7f06 commit de3856d

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

_posts/2024-12-05-6.0.0.md

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,20 @@ We are happy to announce new major release, 6.0. The new version brings signific
1010
## UX 6.0
1111
We were working hard to make DbGate even more easy to use.
1212

13+
### Keyboard navigation
1314
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.
1415

15-
<img src='/assets/screenshots/sqlpreview.png' />
16+
<img src='/assets/screenshots/connsearch.png' />
1617

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+
<img src='/assets/screenshots/sqlpreview.png' />
1826

19-
<img src='/assets/screenshots/connsearch.png' />
2027

2128
## Compare & synchronize models (Premium)
2229

@@ -38,12 +45,16 @@ We also changed pricing model of Premium and Team Premium editions.
3845
- Price of Team Premium edition is $150/user/year, minimal number of users is 2
3946
- Team Premium could be used both as web or desktop app
4047

41-
## API documnetation
48+
## Improvements of API
4249
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.
4350

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.
52+
4453
- [API documentation](https://dbgate.org/docs/apidoc.html)
4554
- [DbGate scripting overview](https://dbgate.org/docs/scripting.html)
4655

56+
57+
4758
## Full changelog after 5.5.0 version
4859

4960
### 6.0.0

0 commit comments

Comments
 (0)