mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-30 01:03:58 +00:00
changelog
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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.)
|
||||
|
||||
Reference in New Issue
Block a user