CSE 344: Section 1
Introductions & SQLite
March 27th, 2023
Administrivia
2
Icebreakers
Review: Database and DBMS
4
Review: Database and DBMS
5
SQLite: What is it?
6
SQLite Installation
Note: As a staff we have decided to support only attu and Mac this quarter due to some complications with windows and uncertainty with other linux machines. We are not stopping you from using these machines and OS types but can only provide concrete support if you use attu or Mac. This is a little different from other quarters but should save a lot of headaches down the line. Thanks for understanding.
7
SQLite Installation (Linux and Mac)
Linux -
sudo apt-get install sqlite3
Mac -
brew install sqlite3
8
SQLite Installation (con’t)
Windows - NOT SUPPORTED by CSE 344
9
Recommended Text Editors/IDEs
Running SQLite
Linux/Mac - Open a terminal, then run the command:
sqlite3 [database]
where “database” is the name of the database
Windows -
11
SQLite Installation Demo!
12
14
Questions on installation �or running SQLite? �Post on Ed Board or visit us during OH!