10 lines
228 B
JSON
10 lines
228 B
JSON
{
|
|
"sqltools.connections": [
|
|
{
|
|
"previewLimit": 50,
|
|
"driver": "SQLite",
|
|
"database": "${workspaceFolder:node-test-site}/server/testdb",
|
|
"name": "testdb"
|
|
}
|
|
]
|
|
}
|