From 99d6adf412aabd8a20568c9bff73d9272f5bc525 Mon Sep 17 00:00:00 2001 From: Dmitry Narizhnykh Date: Mon, 7 Sep 2026 00:42:16 +0200 Subject: [PATCH] Add a browser-based SQLite option to the other-tools episode --- episodes/10-other-tools.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/episodes/10-other-tools.md b/episodes/10-other-tools.md index c0897688..c154de11 100644 --- a/episodes/10-other-tools.md +++ b/episodes/10-other-tools.md @@ -20,7 +20,7 @@ exercises: 0 For this lesson, [DB Browser](https://sqlitebrowser.org), a free open source database tool was used, but there are other tools available, both proprietary and open. A helpful [comparison of database tools](https://en.wikipedia.org/wiki/Comparison_of_database_tools) is available via Wikipedia. -[SqliteOnline](https://sqliteonline.com/) is the free online database tool offered as an alternative to DB Browser for this lesson. In addition to SqliteOnline, there is [data.world](https://data.world) which also allows you to work online with SQL and ([library](https://data.world/datasets/library)) datasets and includes a [tutorial](https://docs.data.world/documentation/sql/concepts/basic/intro.html). SQL use in [Google Sheets](https://www.google.com/sheets/about/), a popular spreadsheet application, is even a possibility, demonstrated via [Ben Collin's tutorial](https://www.benlcollins.com/spreadsheets/google-sheets-query-sql/). There is also a business standard software package called, [MySQL](https://dev.mysql.com/downloads/), which has a community edition that can be downloaded free. +[SqliteOnline](https://sqliteonline.com/) is the free online database tool offered as an alternative to DB Browser for this lesson. In addition to SqliteOnline, there is [data.world](https://data.world) which also allows you to work online with SQL and ([library](https://data.world/datasets/library)) datasets and includes a [tutorial](https://docs.data.world/documentation/sql/concepts/basic/intro.html). SQL use in [Google Sheets](https://www.google.com/sheets/about/), a popular spreadsheet application, is even a possibility, demonstrated via [Ben Collin's tutorial](https://www.benlcollins.com/spreadsheets/google-sheets-query-sql/). Another browser-based option is [DBConvert SQLite Viewer](https://streams.dbconvert.com/sqlite-viewer), which opens a `.db` file inside the browser and runs read-only SQL over it; the file stays on your computer rather than being uploaded to a server, which matters when the data is not yours to share. There is also a business standard software package called, [MySQL](https://dev.mysql.com/downloads/), which has a community edition that can be downloaded free. :::::::::::::::::::::::::::::::::::::::: keypoints