From d78f338597562901944d21829dccf579e6f8c5e0 Mon Sep 17 00:00:00 2001 From: Mawad <114977231+mawad28@users.noreply.github.com> Date: Sun, 30 Oct 2022 23:40:16 +0800 Subject: [PATCH] Add DbGate (#815) --- applications.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/applications.json b/applications.json index 37c9f9a..0c25f9d 100644 --- a/applications.json +++ b/applications.json @@ -9610,6 +9610,31 @@ "lua", "javascript" ] + }, + { + "short_description": "Database manager for MySQL, PostgreSQL, SQL Server, MongoDB, SQLite and others. Runs under Windows, Linux, Mac or as web application.", + "categories": [ + "database" + ], + "repo_url": "https://github.com/dbgate/dbgate", + "title": "DbGate", + "icon_url": "https://raw.githubusercontent.com/dbgate/dbgate/master/app/icon.png", + "screenshots": [ + "https://dbgate.org/assets/screenshots/datagrid.png", + "https://dbgate.org/assets/screenshots/query.png", + "https://dbgate.org/assets/screenshots/diagram.png", + "https://dbgate.org/assets/screenshots/redis.png", + "https://dbgate.org/assets/screenshots/export.png", + "https://dbgate.org/assets/screenshots/darkmode.png", + "https://dbgate.org/assets/screenshots/querydesigner.png", + "https://dbgate.org/assets/screenshots/mongosave.png", + "https://dbgate.org/assets/screenshots/dbcompare.png" + ], + "official_site": "https://dbgate.org", + "languages": [ + "javascript", + "typescript" + ] } ] }