From the course: Introduction to SQLite
Unlock this course with a free trial
Join today to access over 25,500 courses taught by industry experts.
DB Browser for SQLite - SQLite Tutorial
From the course: Introduction to SQLite
DB Browser for SQLite
- [Instructor] DB Browser for SQLite is an open-source graphical client for SQLite. If you're not a fan of text-only user interfaces like the command line client, DB Browser is perfect for you. It's available for Windows, for Mac OS, and for Linux. On Windows, you've got the choice of an installer, zip file, or portable app. The zip file and portable app are similar, in that both allow you to run DB Browser out of a single directory without cluttering up any other directories or your registry. The difference between the two is that the portable app does include an installer, but it only installs everything into a single directory. I'm going to download the zip file for 64-bit Windows and install that. To install from the zip file, all I have to do is open the zip file, and drag the top level directory to wherever I want to install it. Here, I'm going to install it on my C Drive. To launch DB Browser, I just go into…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.