Skip to content
This repository has been archived by the owner on Aug 24, 2024. It is now read-only.

Commit

Permalink
sqltools connection
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfliegner authored Jun 4, 2024
1 parent 08e03e0 commit df2479c
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,17 @@
"suppressCommitHasNoPreviousCommitWarning": true
},
"julia.NumThreads": 0,
"workbench.editor.empty.hint": "hidden"
"workbench.editor.empty.hint": "hidden",
"sqltools.connections": [
{
"previewLimit": 50,
"server": "localhost",
"port": 5432,
"driver": "PostgreSQL",
"name": "postgres",
"database": "postgres",
"username": "postgres",
"password": ""
}
]
}

0 comments on commit df2479c

Please sign in to comment.