Web browsers such as Firefox and Chrome have SQLite built in. With the addition of downloadable add-ons, web browsers can be used to perform SQLite operations. However, these tools are limited in the size of the database they can handle.
- [Narrator] In this chapter, I'll show how…to use the SQLite manager for Firefox.…If you haven't already downloaded…the California population projection from the previous video…go ahead and do that now.…Both the Google Chrome and Firefox web browsers…have SQLite built in and have downloadable add ons…that assist with viewing SQLite databases.…Keep in mind that SQLite keeps…the database function separate from the front end.…This means the SQLite files can be read and manipulated…with multiple browsers and tools.…
In this video I'll concentrate on using a web browser…to manipulate those SQLite files.…Advanced warning, this tool is really slow…and memory dependent.…I'll show other solutions in the following videos.…The first step in using Firefox to manipulate SQLite files…is to add an add on that will allow us…to manage those SQLite files.…Here's how.…Open up Firefox, go to tools, add ons, get add ons,…and then browse down to the bottom of the screen.…
You'll see a button that says, "See more add-ons."…Click on that button.…
Author
Released
10/13/2017- Strengths and weaknesses of SQLite
- Creating a database
- Joining data sets
- Calculations with SQLite and Python
- Searching a database
- Subqueries and queries in SQLite
- CRUD operations in SQLite with R
Skill Level Intermediate
Duration
Views
Related Courses
-
Database Clinic: MySQL
with Brad Wheeler1h 59m Intermediate
-
Introduction
-
Welcome1m 16s
-
The Database Clinic series1m 22s
-
-
1. SQLite in Five Minutes
-
A brief overview of SQLite2m 41s
-
Strengths of SQLite1m 33s
-
Weaknesses of SQLite1m 36s
-
-
2. Create a Database
-
Database creation2m 33s
-
Overview of solution1m 46s
-
-
3. Join Two Datasets
-
Join datasets2m 50s
-
Overview of solution3m 33s
-
Code review for R6m 45s
-
-
4. Search a Database
-
Search a database1m 51s
-
Overview of solution1m 19s
-
-
5. Create, Read, Update, and Delete Operations
-
CRUD operations2m 31s
-
Overview of solution1m 34s
-
-
6. Averages and Calculations
-
Calculations1m 59s
-
Overview of solution3m 51s
-
Create a forecast4m 57s
-
Insights on this problem2m 4s
-
-
Conclusion
-
Next steps59s
-
- Mark as unwatched
- Mark all as unwatched
Are you sure you want to mark all the videos in this course as unwatched?
This will not affect your course history, your reports, or your certificates of completion for this course.
CancelTake notes with your new membership!
Type in the entry box, then click Enter to save your note.
1:30Press on any video thumbnail to jump immediately to the timecode shown.
Notes are saved with you account but can also be exported as plain text, MS Word, PDF, Google Doc, or Evernote.
Share this video
Embed this video
Video: SQLite import with Firefox