Skip to content

Commit

Permalink
fix: insturctions to install @vscode/sqlite3
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Mar 6, 2022
1 parent 1e52ea6 commit 2b1debe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion instructions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ const DB_SERVER_ENV_VALUES = {
* Packages required by different drivers
*/
const DB_DRIVER_PACKAGES = {
sqlite: 'sqlite3',
sqlite: '@vscode/sqlite3',
mysql: 'mysql',
pg: 'pg',
oracle: 'oracledb',
Expand Down

0 comments on commit 2b1debe

Please sign in to comment.