mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-05-01 07:23:58 +00:00
publish to snapcraft.io
This commit is contained in:
@@ -139,15 +139,16 @@ SOFTWARE.</EULA>
|
||||
<Char_Desc_2000>
|
||||
Modern cross-platform data manipulation tool for Microsoft SQL Server, PostgreSQL and MySQL
|
||||
Main features:
|
||||
Quick database browser.
|
||||
Database editor, view and and views, stored procedures, functions, triggers, table relations.
|
||||
Quick database browser
|
||||
Database editor, view and and views, stored procedures, functions, triggers, table relations
|
||||
Export, import - CSV, MS Excel
|
||||
Form view for tables with many columns
|
||||
Query designer
|
||||
Advanced data filtering.
|
||||
Export, import.
|
||||
JavaScript data scripting.
|
||||
Run queries, code completion.
|
||||
Display data from referenced tables.
|
||||
Advanced data filtering
|
||||
Export, import
|
||||
JavaScript data scripting
|
||||
Run queries, code completion
|
||||
Display data from referenced tables
|
||||
Create charts, supports for active charts - are refreshed when underlying source is changed
|
||||
</Char_Desc_2000>
|
||||
</English>
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
"version": "3.8.36",
|
||||
"private": true,
|
||||
"author": "Jan Prochazka <jenasoft.database@gmail.com>",
|
||||
"description": "Opensource database administration tool",
|
||||
"dependencies": {
|
||||
"electron-log": "^4.3.1",
|
||||
"electron-store": "^5.1.1",
|
||||
@@ -25,7 +26,8 @@
|
||||
"linux": {
|
||||
"target": [
|
||||
"AppImage",
|
||||
"deb"
|
||||
"deb",
|
||||
"snap"
|
||||
],
|
||||
"icon": "icon.png",
|
||||
"artifactName": "dbgate-linux-${version}.${ext}",
|
||||
|
||||
Reference in New Issue
Block a user