Skip to content

Commit bc84c61

Browse files
author
SPRINX0\prochazka
committed
new version info
1 parent f5a38f6 commit bc84c61

File tree

1 file changed

+55
-0
lines changed

1 file changed

+55
-0
lines changed

content/blog/2025-03-18-libsql.md

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
---
2+
layout: post
3+
title: libSQL support, MySQL+PostgreSQL native backup
4+
categories: development
5+
date: 2025-03-18 15:00:00
6+
---
7+
8+
We are happy to announce new version 6.3.0 with important improvements - support for libSQL database and native backup/restore toolkit for MySQL and PostgreSQL.
9+
10+
<!--more-->
11+
12+
## libSQL (Premium)
13+
14+
libSQL is fork for SQLite, suitable for client-server scenarious. It could be used also as database stored on cloud - [Turso](https://turso.tech/). Because libSQL is primarily cloud database, it is exclusive feature for DbGate Premium edition.
15+
16+
## Native backup/restore (Premium)
17+
18+
Older DbGate versions had built-in support for MySQL backup. However, this NPM package was not maintained, and also it failed some more complicated tests, so we decided do drop this feature.
19+
20+
Also we removed built-in ability to import SQL dumps into SQL databases. Now we allow this for MySQL and PostgreSQL, interfaceing native tools.
21+
22+
Instead of it, DbGate now offers GUI interface for native backup tools, currently we are supporting MySQL and PostgreSQL. This solution is more robust and performant, as it uses standard tools shipped with database.
23+
24+
For DbGate Premium desktop app, it is neccessary to download native client on your own (if you don't have them already installed on your system).
25+
26+
For Team Premium Docker or Cloud app, native clients are already bundled, so no special action is required.
27+
28+
## Import/export improvements
29+
30+
The new version brings also important improvements for Community edition. We have improved import/export process. There are new progress indicators, when importing/exporting more files, web improved error handling and there are also lot of bugfixes related to this.
31+
32+
## Full changelog after 6.2.0 version
33+
34+
### 6.3.0
35+
- ADDED: Support for libSQL and Turso (Premium)
36+
- ADDED: Native backup and restore database for MySQL and PostgreSQL (Premium)
37+
- REMOVED: DbGate internal dump export for MySQL (replaced with call of mysqldump)
38+
- REMOVED: Import SQL dump with internal DbGate capabilities (replaced by calling of mysql and psql utilities)
39+
- FIXED: Many fixes in stream processing (import/export), especialy for MongoDB
40+
- ADDED: Indicating progress of import/export tasks, better error reporting
41+
- CHANGED: #1060 - Changed shortcut for AI assistant
42+
- ADDED: /health endpoint with diagnostic info
43+
- FIXED: Linux Appimage crash => A JavaScript error occurred in the main process #1065 , #1067
44+
45+
### 6.2.1
46+
- ADDED: Commit/rollback and autocommit in scripts #1039
47+
- FIXED: Doesn't import all the records from MongoDB #1044
48+
- ADDED: Show server name alongside database name in title of the tab group #1041
49+
- ADDED: Can't open Sqlite through web #956
50+
- FIXED: Crashed after text input at columns search #1049
51+
- FIXED: Incorrect autojoin for foreign keys with more columns #1051
52+
- FIXED: Scroll in XML cell view, XML view respect themes
53+
- REMOVED: armv7l build for Linux (because of problems with glibc compatibility)
54+
- CHANGED: Upgraded to node:22 for docker builds
55+
- CHANGED: Upgraded SQLite engine version ([email protected])

0 commit comments

Comments
 (0)