Skip to content

Commit

Permalink
Update CHANGELOG and README
Browse files Browse the repository at this point in the history
  • Loading branch information
gjsjohnmurray committed Feb 6, 2025
1 parent 9b2d82f commit 1b40457
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
# Change Log

## [0.2.0] 05-Feb-2025
- Enhancements
- Support use of Server Manager connection definitions (#60)
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,14 @@ Try out the [SQL QuickStart](https://gettingstarted.intersystems.com/language-qu
- If you have no previous database connections, you will see an "Add new connection" button. Click that.
![Add connection button](https://raw.githubusercontent.com/intersystems-community/sqltools-intersystems-driver/master/docs/assets/img/addconnection.png)
- If you already have other connections defined, you won't see the button. Instead, open the command palette (Ctrl/Cmd+Shift+P) and run "SQLTools Management: Add New Connection" ![Add connection from command palette](https://raw.githubusercontent.com/intersystems-community/sqltools-intersystems-driver/master/docs/assets/img/command_palette_add_new.png)
- Click InterSystems IRIS
- Fill out connection information
- Test the connection
- Save the connection
- Click InterSystems IRIS.
- Fill out connection information:
- Namespace to work in.
- Connect using: "Server Definition" or "Server and Port"
- For "Server Definition", provide in "Server name" the name of a server configured using the InterSystems Server Manager extension. These server specs are stored in the `intersystems.servers` settings object.
- For "Server and Port", provide (as applicable) "Webserver address", "Webserver port", "Path prefix (for shared webserver)", "Use HTTPS", "Username", "Ask for password?" and "Password".
- Test the connection.
- Save the connection.

## Use

Expand Down

0 comments on commit 1b40457

Please sign in to comment.