Skip to content

Commit 7606c86

Browse files
committed
Add vs code extension links
1 parent b76fa6a commit 7606c86

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

WSL/tutorials/wsl-database.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ To delete a database, enter: ` DROP DATABASE database_name;`
6868

6969
For more about working with MySQL databases, see the [MySQL docs](https://dev.mysql.com/doc/mysql-getting-started/en/).
7070

71+
To work with with MySQL databases in VS Code, try the [MySQL extension](https://marketplace.visualstudio.com/items?itemName=cweijan.vscode-mysql-client2).
72+
7173
## Install PostgreSQL
7274

7375
To install PostgreSQL on WSL (Ubuntu 18.04):
@@ -155,6 +157,8 @@ Learn more in the MongoDB docs:
155157

156158
To install SQL Server on WSL (Ubuntu 18.04), follow this quickstart: [Install SQL Server and create a database on Ubuntu](https://docs.microsoft.com/sql/linux/quickstart-install-connect-ubuntu?view=sql-server-ver15).
157159

160+
To work with Microsoft SQL Server databases in VS Code, try the [MSSQL extension](https://marketplace.visualstudio.com/items?itemName=ms-mssql.mssql).
161+
158162
## Install SQLite
159163

160164
To install SQLite on WSL (Ubuntu 18.04):
@@ -174,6 +178,8 @@ To exit the SQLite prompt, enter: `.exit`
174178

175179
For more information about working with a SQLite database, see the [SQLite docs](https://www.sqlite.org/quickstart.html).
176180

181+
To work with SQLite databases in VS Code, try the [SQLite extension](https://marketplace.visualstudio.com/items?itemName=mtxr.sqltools).
182+
177183
## Install Redis
178184

179185
To install Redis on WSL (Ubuntu 18.04):
@@ -191,6 +197,8 @@ To stop running your Redis server: `sudo service redis-server stop`
191197

192198
For more information about working with a Redis database, see the [Redis docs](https://redis.io/topics/quickstart).
193199

200+
To work with Redis databases in VS Code, try the [Redis extension](https://marketplace.visualstudio.com/items?itemName=cweijan.vscode-redis-client).
201+
194202
## See services running and set up profile aliases
195203

196204
To see the services that you currently have running on your WSL distribution, enter: `service --status-all`

0 commit comments

Comments
 (0)