Gotta improve it, but right now this can ping. Theoretically any client should be able to connect.
11 lines
No EOL
253 B
JSON
11 lines
No EOL
253 B
JSON
{
|
|
"sqltools.useNodeRuntime": true,
|
|
"sqltools.connections": [
|
|
{
|
|
"previewLimit": 50,
|
|
"driver": "SQLite",
|
|
"name": "rave-users",
|
|
"database": "${workspaceFolder:rave}/users.db"
|
|
}
|
|
]
|
|
} |