SQLTools Base Driver
npm install @sqltools/base-driverThis package is part of vscode-sqltools extension.
PNG Images
Size: 64x64px
Default Icon: Opacity 100%, no margins and paddings
Active icon: Opacity 100%, no margins and paddings, green (#00FF00) circle 24x24 bottom right
Inactive icon: Opacity 50%, no margins and paddings
- Support SSH tunnel that uses password.
- createSshTunnel needs to be public rather than protected.
- Use @sqltools/types@0.2.0.
- Added SSH tunneling support.
- Fix toAbsolutePath for Windows by using vscode-uri.
- Update log utility to use @sqltools/log.
- Using resolve lib as resolver and exposed custom require and resolve functions.
- Fixes node require not working for dependencies.
- Fixes driver always asking for node runtime.
- Update @sqltool/types fixing checkDependencies being requred. It's optional
- Fix dynamic dependecy require issue.
First official release