SQLTools interfaces and types
npm install @sqltools/types
Package with types and interfaces to develop SQLTools Plugins.
Please refer to @TBD
This package is part of vscode-sqltools extension.
- Add IConnectionDriver.createSshTunnel() to align with SSH tunneling support implemented in AbstractDriver in @sqltools/base-driver@0.2.0
- New 0.27.0 features:
- variables property of connections. #1064
- disableNodeDetectNotifications setting. #1060
- IDriverExtensionApi.resolveConnection(). #1066
- Connection's runtime isPasswordResolved property. #1066
- IBaseQueries.fetchDatabases() can optionally pass an MConnectionExplorer.IChildItem in versions after 0.23.0.
- Allow IConnection to have any properties.
- Add boolean option highlightQuery to extension configuration so query highlight can be disabled/enabled.
- fixed checkDependencies being required. It's optional
- updated IConnectionDriver to export checkDependencies internal method
- vscode-languageserver and vscode-languageclient as devDependencies instead of peerDependecies
- First release