execsqldb2 README
ExecSQL DB2
Features
Describe specific features of your extension including screenshots of your extension in action. Image paths are relative to this README file.
For example if there is an image subfolder under your extension project workspace:
![feature X](images/feature-x.png)
Tip: Many popular extensions utilize animations. This is an excellent way to show off your extension! We recommend short, focused animations that are easy to follow.
Requirements
Fichier de licence DB2
Extension Settings
db2config.db2licence
: indiquer l'emplacement de votre fichier de licence DB2 ..
db2config.connectionString
: connectionString sous la forme DATABASE=${dbname};HOSTNAME=${myhost};UID=db2user;PWD=password;PORT=${dbport};PROTOCOL=TCPIP
db2config.json
: config file path
{
"treeData": [
{
"label": "ENV_DEV",
"children": [
{
"label": "dev1",
"owner": "EDEV",
"children": []
},
{
"label": "recette",
"owner": "EREC",
"children": []
}
]
},
{
"label": "ENV_PROD",
"children": []
}
]
}
Known Issues
Calling out known issues can help limit users opening duplicate issues against your extension.
Release Notes
Users appreciate release notes as you update your extension.
1.0.0
Initial release of ...
1.0.1
Fixed issue #.
1.1.0
Added features X, Y, and Z.
Working with Markdown
You can author your README using Visual Studio Code. Here are some useful editor keyboard shortcuts:
- Split the editor (
Cmd+\
on macOS or Ctrl+\
on Windows and Linux)
- Toggle preview (
Shift+Cmd+V
on macOS or Shift+Ctrl+V
on Windows and Linux)
- Press
Ctrl+Space
(Windows, Linux, macOS) to see a list of Markdown snippets
Enjoy!