#100DaysOfCode in Python Transcripts
Chapter: Days 79-81: Basic Database Access with SQLite3
Lecture: Installing SQLite DB Browser
Login or
purchase this course
to watch this video and the rest of the course contents.
0:00
Let's get started. The first thing I need you to do is open up your browser and head to sqlitebrowser.org. It's this website here.
0:11
And this is for a database browser for SQLite. It's a sort of GUI, a graphical user interface, that allows you to see the contents of your database.
0:22
And this is important because sometimes when you're checking things on the command line, it's quite difficult to figure out.
0:29
You get that visual representation of the columns and how everything looks like in the table.
0:34
Looking at this screenshot here, this is a Mac screenshot. You can see there's your table here called Total Members.
0:42
There's the different columns and so on. Now, we're going to use this a bit later on, but this is
0:48
pretty much the only setup step you're going to need to do. So go ahead and download it for your operating system of choice.
0:54
I'm using Windows, obviously, and my one, once installed, looks like this. Okay, no database is actually loaded into it.
1:03
We can use the open database button here to load one in once we actually have it. But for now, just get it installed. That's sqlitebrowser.org.