Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
.vscode/
.sqbpro
*.db-journal
.venv
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Before First Live Learning Session: Install & Pre-Session [Setup](./05_src/sql/s
* Participants are encouraged to ask questions, and collaborate with others to enhance their learning experience.
* Participants must have a computer and an internet connection to participate in online activities.
* Participants must not use generative AI such as ChatGPT to generate code in order to complete assignments. It should be used as a supportive tool to seek out answers to questions you may have.
* We expect Participants to have completed the instructions mentioned in the [onboarding repo](https://github.com/UofT-DSI/onboarding/).
* We expect Participants to have completed the instructions mentioned in the [onboarding repo](https://github.com/UofT-DSI/onboarding/blob/main/environment_setup/README.md).
* We encourage participants to default to having their camera on at all times, and turning the camera off only as needed. This will greatly enhance the learning experience for all participants and provides real-time feedback for the instructional team.

## Resources
Expand Down Expand Up @@ -126,6 +126,7 @@ Before First Live Learning Session: Install & Pre-Session [Setup](./05_src/sql/s
├── 04_this_cohort
├── 05_src
├── LICENSE
├── SETUP.md
└── README.md
```

Expand All @@ -137,5 +138,6 @@ Before First Live Learning Session: Install & Pre-Session [Setup](./05_src/sql/s
* **src**: Source code, databases, logs, and required dependencies (requirements.txt) needed during the module.
* **.gitignore**: Files to exclude from this folder, specified by the Technical Facilitator
* **LICENSE**: The license for this repository.
* **README**: This file.
* **SETUP.md**: Contains the instructions for following the steps required to complete the SQL onboarding tasks.
* **README.md**: This file.

21 changes: 21 additions & 0 deletions SETUP.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Setup
## Environment Setup Guide
Before using this repo, make sure you’ve completed the [environment setup guide](https://github.com/UofT-DSI/onboarding/blob/main/environment_setup/README.md), which installs the core tools you’ll need for this module, such as:

- Git
- Git Bash (for Windows)
- Visual Studio Code

## DB Browser for SQLite
Additionally, make sure to install DB Browser for SQLite.
This setup only needs to be done **once**.


[👉 You can find it here 👈](https://sqlitebrowser.org/dl//)

For live coding:
- Please download the *FarmersMarket.db from* our GitHub repo:
- [👉 You can find it here 👈](https://github.com/UofT-DSI/sql/blob/main/05_src/sql/farmersmarket.db)
- Open it in SQLite with the "Open Database" button and navigate to wherever you have saved it

For questions or issues, please contact the SQL Module learning support team or email: [email protected].