You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: WSL/tutorials/wsl-database.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,6 +68,8 @@ To delete a database, enter: ` DROP DATABASE database_name;`
68
68
69
69
For more about working with MySQL databases, see the [MySQL docs](https://dev.mysql.com/doc/mysql-getting-started/en/).
70
70
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
+
71
73
## Install PostgreSQL
72
74
73
75
To install PostgreSQL on WSL (Ubuntu 18.04):
@@ -155,6 +157,8 @@ Learn more in the MongoDB docs:
155
157
156
158
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).
157
159
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
+
158
162
## Install SQLite
159
163
160
164
To install SQLite on WSL (Ubuntu 18.04):
@@ -174,6 +178,8 @@ To exit the SQLite prompt, enter: `.exit`
174
178
175
179
For more information about working with a SQLite database, see the [SQLite docs](https://www.sqlite.org/quickstart.html).
176
180
181
+
To work with SQLite databases in VS Code, try the [SQLite extension](https://marketplace.visualstudio.com/items?itemName=mtxr.sqltools).
182
+
177
183
## Install Redis
178
184
179
185
To install Redis on WSL (Ubuntu 18.04):
@@ -191,6 +197,8 @@ To stop running your Redis server: `sudo service redis-server stop`
191
197
192
198
For more information about working with a Redis database, see the [Redis docs](https://redis.io/topics/quickstart).
193
199
200
+
To work with Redis databases in VS Code, try the [Redis extension](https://marketplace.visualstudio.com/items?itemName=cweijan.vscode-redis-client).
201
+
194
202
## See services running and set up profile aliases
195
203
196
204
To see the services that you currently have running on your WSL distribution, enter: `service --status-all`
0 commit comments