Skip to content

Commit

Permalink
Variable SQLite connection
Browse files Browse the repository at this point in the history
  • Loading branch information
marcellourbani committed Oct 5, 2021
1 parent a614443 commit c3b7884
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"typescript.tsdk": "node_modules/typescript/lib",
"sqltools.connections": [
{
"database": "C:\\Development\\Workspaces\\vscode\\cloud-cap-bookshop\\db\\bookshop.db",
"dialect": "SQLite",
"database": "bookshop.db",
"driver": "SQLite",
"name": "bookshop"
}
],
Expand Down

0 comments on commit c3b7884

Please sign in to comment.