From e091d473a47447e62a780cfc8f72b53739f877a3 Mon Sep 17 00:00:00 2001 From: Jan Prochazka Date: Mon, 15 Nov 2021 19:12:24 +0100 Subject: [PATCH] readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4d1cf1ae9..75977da0a 100644 --- a/README.md +++ b/README.md @@ -27,8 +27,9 @@ Supported databases: ## Features * Table data editing, with SQL change script preview * Edit table schema, indexes, primary and foreign keys +* Compare and synchronize databas estructure * Light and dark theme -* Master/detail views +* Master/detail views, foreign key lookups * Query designer * Form view for comfortable work with tables with many columns * JSON view on MongoDB collections @@ -43,7 +44,7 @@ Supported databases: * Import, export from/to CSV, Excel, JSON * Free table editor - quick table data editing (cleanup data after import/before export, prototype tables etc.) * Archives - backup your data in JSON files on local filesystem (or on DbGate server, when using web application) -* Charts +* Charts, export chart to HTML page * For detailed info, how to run DbGate in docker container, visit [docker hub](https://hub.docker.com/r/dbgate/dbgate) * Extensible plugin architecture