Skip to content

Commit

Permalink
Update README.md to make "Getting Started" match home.mdx (#1240)
Browse files Browse the repository at this point in the history
  • Loading branch information
richb-hanover authored Nov 3, 2023
1 parent 0fd034d commit 94b0f29
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,22 @@ Connects to MySQL, PostgreSQL, Microsoft SQL Server and many more...

Find out more in the documentation [here](http://vscode-sqltools.mteixeira.dev/#features).

## Getting Started

SQLTools is a set of VS Code extensions that connect to, query, and display results from a SQL database manager.
(Supported databases are listed below.)

The installation process is straightforward:

* Open VS Code
* Click the Extensions view (in the left bar), then search for `@tag:sqltools-driver`.
This lists all the drivers available for SQLTools.
* Install the driver for your database. This also installs the core SQLTools extension.
* Click the SQLTools icon (in the left bar)
* Create a _connection_ to your database. To do this, hover over **CONNECTIONS** in the SQLTools pane. Click the "Add New Connection" icon and choose the driver and enter the connection parameters.

You can then open and query it from within VS Code.

## Supported Databases
To use SQLTools you will also need to install the appropriate driver extension for your database.

Expand Down

0 comments on commit 94b0f29

Please sign in to comment.