@sqltools/types
Version:
SQLTools interfaces and types
52 lines (28 loc) • 1.63 kB
Markdown
# SQLTools Interfaces & Types
[](https://github.com/mtxr/vscode-sqltools/blob/dev/LICENSE)
Package with types and interfaces to develop SQLTools Plugins.
Please refer to @TBD
This package is part of [vscode-sqltools](https://vscode-sqltools.mteixeira.dev?umd_source=repository&utm_medium=readme&utm_campaign=types) extension.
# Changelog
### v0.2.0
- Add IConnectionDriver.createSshTunnel() to align with SSH tunneling support implemented in AbstractDriver in @sqltools/base-driver@0.2.0
### v0.1.7
- New 0.27.0 features:
- `variables` property of connections. [#1064](https://github.com/mtxr/vscode-sqltools/pull/1064)
- `disableNodeDetectNotifications` setting. [#1060](https://github.com/mtxr/vscode-sqltools/pull/1060)
- IDriverExtensionApi.resolveConnection(). [#1066](https://github.com/mtxr/vscode-sqltools/pull/1066)
- Connection's runtime `isPasswordResolved` property. [#1066](https://github.com/mtxr/vscode-sqltools/pull/1066)
### v0.1.6
- IBaseQueries.fetchDatabases() can optionally pass an MConnectionExplorer.IChildItem in versions after 0.23.0.
### v0.1.5
- Allow IConnection to have any properties.
### v0.1.4
- Add boolean option `highlightQuery` to extension configuration so query highlight can be disabled/enabled.
### v0.1.3
- fixed `checkDependencies` being required. It's optional
### v0.1.2
- updated IConnectionDriver to export checkDependencies internal method
### v0.1.1
- vscode-languageserver and vscode-languageclient as devDependencies instead of peerDependecies
### v0.1.0
- First release