/+ re-added dbgate

as it is a great tool, despite its weaknesses
This commit is contained in:
committer@tuxwarrior
2025-05-06 19:17:32 -05:00
parent a345bc8b13
commit 85e33809f8
5 changed files with 8 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
// the correct connections.jsonl file is NOT stored in this repo. instead, it is located here:
// `/home/poq/syncDir/secrets/dbgate/connections.jsonl`
//
// and, from `99_deploy.sh`:
// `cp /home/${system_user}/syncDir/secrets/dbgate/connections.jsonl ${file_path}/`

15
dots/dbgate/readme.md Normal file
View File

@@ -0,0 +1,15 @@
[poq@tuxwarrior .dbgate]$ cd /home/poq/.dbgate/
[poq@tuxwarrior .dbgate]$ ls -al
total 40
drwxr-xr-x 1 poq poq 166 Apr 15 20:01 .
drwxr-xr-x 1 poq poq 844 Apr 15 20:42 ..
drwxr-xr-x 1 poq poq 0 Apr 15 19:41 apps
drwxr-xr-x 1 poq poq 14 Apr 15 19:57 archive
-rw-r--r-- 1 poq poq 1228 Apr 17 07:17 connections.jsonl
drwxr-xr-x 1 poq poq 0 Apr 15 19:41 files
drwxr-xr-x 1 poq poq 14280 Apr 16 14:57 jsl
-rw-r--r-- 1 poq poq 224 Apr 15 19:49 .key
drwxr-xr-x 1 poq poq 240 Apr 15 20:47 logs
drwxr-xr-x 1 poq poq 0 Apr 15 19:41 plugins
-rw-r--r-- 1 poq poq 24665 Apr 16 14:57 query-history.jsonl
-rw-r--r-- 1 poq poq 537 Apr 17 07:17 settings.json

21
dots/dbgate/settings.json Normal file
View File

@@ -0,0 +1,21 @@
{
"app.useNativeMenu": false,
"currentEditorTheme": "cobalt",
"other.licenseKey": null,
"currentEditorFontSize": "12",
"dataGrid.thousandsSeparator": false,
"commands": {
"query.executeCurrent": {
"keyText": "CtrlOrCommand+Enter",
"customKeyboardShortcut": true
},
"query.execute": {
"keyText": "F5 | CtrlOrCommand+Shift+Enter",
"customKeyboardShortcut": true
},
"shell.execute": {
"keyText": "F5 | CtrlOrCommand+Shift+Enter",
"customKeyboardShortcut": true
}
}
}