vscode-sqltools
vscode-sqltools copied to clipboard
Unable to install sqlte3.
Describe the bug When Tryingto connect to SQLite db SQLTools prompts for dependency install that fails due to asking for outdated version of the package and having issue with dependency.
Failes due to node-pre-gyp beeing deprecated It advises to use @mapbox/node-pre-gyp
To Reproduce Steps to reproduce the behavior:
- Craete connection to SQLite DB
- Click on 'connect'
- Aprove instaltion of the package
- It will fail during this step
Expected behavior Instaling sqlite3 without failing.
Screenshots If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
- SQLTools Version [e.g. v0.23.]
- VSCode Version: [e.g 1.67.2]
- OS: [e.g. Windows, Linux, Mac]
- Driver:
- [ ] PostgreSQL/Redshift
- [ ] MySQL/MariaDB
- [ ] MSSQL/Azure
- [x] SQLite 0.2.0
- [ ] Other? Which...
- Database version: [e.g. MySQL v5.6, PostgreSQL vX...]
Additional context
I can install sqlite3 with npm from commandline, but fail when install by this extension.
And I can't find document about sqltools.useNodeRuntime,
See also #858
Closing in favor of #858 . Seems to be the same issue. @TKDMzq feel free to re-open if you disagree