SQLite is easy to use and install. It can be used from the command line and most programming languages. There are multiple free browsers for Macintosh, Windows, and Linux. It's well supported with over 15,000 repositories on GitHub. It was written in 2000 for use with small computer systems. Because of it's lightweight implementation, it is ideal for use with mobile systems, browsers, and IoT.
- [Mark] SQLite has several advantages…over other databases.…First, there are a wide range of supporting tools…and software, free database browsers…are available for Macintosh, Windows and Linux,…you aren't locked into any one database interface…browser or graphic user interface.…Almost every programming language offers support for SQLite,…and since SQLite is based on the C programming language,…it is fairly easy to add additional language support.…
The SQLite community is active and SQLite is well supported…with over 19,000 repositories on GitHub.…Many of these create additional features…through the use of the C interface.…SQLite is simple to initialize.…If you have a Macintosh, Mac OS 10.4 and up,…it already ships with SQLite.…On other computer systems, downloading…and installing is easy.…
SQLite is file based and cross platform compatible.…The entire database is stored in one file,…and is extremely portable.…Copying the database file from one place to another…is all that's required to move it.…SQLite is good for configuration files,…
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: Strengths of SQLite