mirror of
https://github.com/serhii-londar/open-source-mac-os-apps.git
synced 2024-11-21 23:20:22 +00:00
Add DbGate (#815)
This commit is contained in:
parent
6abe0ccfc7
commit
d78f338597
1 changed files with 25 additions and 0 deletions
|
@ -9610,6 +9610,31 @@
|
||||||
"lua",
|
"lua",
|
||||||
"javascript"
|
"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"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue