|
| 1 | +--- |
| 2 | +layout: post |
| 3 | +title: Version 6.4.0 - DuckDB support |
| 4 | +categories: development |
| 5 | +date: 2025-04-30 08:00:00 |
| 6 | +--- |
| 7 | + |
| 8 | +I’m excited to unveil our latest major release, featuring native DuckDB support, connection import/export, a new data-deployer, and a host of additional enhancements and bug fixes. |
| 9 | + |
| 10 | +<!--more--> |
| 11 | + |
| 12 | +## DuckDB support |
| 13 | + |
| 14 | +[DuckDB](https://duckdb.org) is a high-performance analytics database that’s fast, reliable, portable, and easy to use, sporting an advanced SQL dialect that goes far beyond the basics. DbGate now integrates seamlessly with DuckDB: browse and edit tables, run queries, and import or export data—and, just like SQLite, you can open any .duckdb file directly. Only a few features are restricted due to DuckDB’s specialized design. |
| 15 | + |
| 16 | +## Import and export connections |
| 17 | +You can export any selected connections from your DbGate installation and import them on another computer. This also works across editions: connections can be moved between the Team Premium web edition and the Desktop Premium or Community editions, even though the Team Premium version keeps its connection details in a database rather than local files. |
| 18 | + |
| 19 | +<img src="https://media.dbgate.io/img/export-connections-light.png" alt="Export connections" width="800px" /> |
| 20 | + |
| 21 | +## Full changelog for 6.4.0 version |
| 22 | +- ADDED: DuckDB support |
| 23 | +- ADDED: Data deployer (Premium) |
| 24 | +- ADDED: Compare data between JSON lines file in archive and database table |
| 25 | +- CHANGED: Data Duplicator => Data Replicator (suitable for update, create and delete data, much more customizable) |
| 26 | +- REMOVED: Data duplicator GUI (replaced with Data Deployer) |
| 27 | +- ADDED: Exporting to ZIP file |
| 28 | +- ADDED: Download SQL and SQLite files |
| 29 | +- ADDED: Upload SQLite files |
| 30 | +- ADDED: Upload archive as ZIP folder (Premium) |
| 31 | +- ADDED: Compress, uncompress archive folder (Premium) |
| 32 | +- ADDED: Export connections and settings #357 |
| 33 | +- ADDED: Filtering by MongoDB ObjectId works now also without ObjectId(...) wrapper |
| 34 | +- ADDED: Split queries using blank lines #1089 |
| 35 | +- FIXED: JSON-to-Grid only works if there is no newline #1085 |
| 36 | +- CHANGED: When running multiple commands in script, stop execution after first error #1070 |
| 37 | +- FIXED: Selection rectangle remains visible after closing JSONB edit cell value form #1031 |
| 38 | +- FIXED: Diplaying numeric FK column with right alignement #1021 |
| 39 | +- ADDED: Additional arguments for MySQL and PostgreSQL backup #1092 |
| 40 | +- CHANGED: Amazon and Azure instalations are not auto-upgraded by default |
0 commit comments