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
Text clarifications and minor formatting fixes (#377)
* Specifies preferred macOS install option (#375)
* Fixed formatting in proposed design lesson (#374)
* Clarified how calculations are returned by SELECT (#372)
* Clarified Open Database instruction (#370)
* Fix typo in learners/discuss.md
* Fix formatting in learners/discuss.md
---------
Co-authored-by: James Foster <38274066+jd-foster@users.noreply.github.com>
Copy file name to clipboardExpand all lines: episodes/00-sql-introduction.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -140,7 +140,7 @@ data retrieval from a relational database.
140
140
141
141
Let's look at a pre-existing database, the `portal_mammals.sqlite`
142
142
file from the Portal Project dataset that we downloaded during
143
-
[Setup](../learners/setup.md). Click on the "Open Database" button, select the portal\_mammals.sqlite file, and click "Open" to open the database.
143
+
[Setup](../learners/setup.md). In DB Browser for SQLite, click on the "Open Database" button, select the portal\_mammals.sqlite file, and click "Open" to open the database.
144
144
145
145
You can see the tables in the database by looking at the left hand side of the
146
146
screen under Database Structure tab. Here you will see a list under "Tables." Each item listed here corresponds to one of the `csv` files
Copy file name to clipboardExpand all lines: learners/setup.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,7 @@ for SQLite**, so it does not have to be installed separately.
33
33
34
34
- There are a few options for Windows, but most modern computers can use the `Standard installer for 64-bit Windows` version
35
35
- The `.zip (no installer)` version can be run directly from the folder, after extracting the contents of the zip file. It will not show up in the `Start` menu.
36
+
- There are also two options for macOS. Most people should use the `DB Browser for SQLite (Universal)` installer.
36
37
37
38
Launch **DB Browser for SQLite** to confirm that the installation was successful.
0 commit comments