changelog

This commit is contained in:
Jan Prochazka
2022-03-28 19:11:22 +02:00
parent d4a7ae13e1
commit aac768b158
2 changed files with 7 additions and 0 deletions

View File

@@ -5,6 +5,11 @@ Builds:
- npm - npm package dbgate-serve
- app - classic electron app
- all - docker, npm, app
### 4.8.0
- ADDED(all): Redis support (support stream type), removed experimental status
- ADDED(all): Redis readonly support
- ADDED(all): Explicit NDJSON support, when opening NDJSON/JSON lines file, table data are immediately shown, without neccesarity to import
- ADDED(app): Opening developer tools when crashing without reload app
### 4.7.4
- ADDED(all): Experimental Redis support (full support is planned to version 4.8.0)
- ADDED(all): Read-only connections

View File

@@ -23,6 +23,7 @@ DbGate is licensed under MIT license and is completely free.
* PostgreSQL
* SQL Server
* MongoDB
* Redis
* SQLite
* Amazon Redshift
* CockroachDB
@@ -63,6 +64,7 @@ DbGate is licensed under MIT license and is completely free.
* SQL code completion
* Add SQL LEFT/INNER/RIGHT join utility
* Mongo JavaScript editor, execute Mongo script (with NodeJs syntax)
* Redis tree view, generate script from keys, run Redis script
* Runs as application for Windows, Linux and Mac. Or in Docker container on server and in web Browser on client.
* Import, export from/to CSV, Excel, JSON, XML
* Free table editor - quick table data editing (cleanup data after import/before export, prototype tables etc.)