Squash and merge of version-0.1 Co-authored-by: James Wampler <james@wamp.dev> Co-committed-by: James Wampler <james@wamp.dev>
15 lines
366 B
JSON
Executable File
15 lines
366 B
JSON
Executable File
{
|
|
"sqltools.connections": [
|
|
{
|
|
"ssh": "Disabled",
|
|
"previewLimit": 50,
|
|
"server": "localhost",
|
|
"port": 5432,
|
|
"askForPassword": true,
|
|
"driver": "PostgreSQL",
|
|
"name": "MicCheck - local",
|
|
"database": "miccheck",
|
|
"username": "miccheck"
|
|
}
|
|
]
|
|
} |