From the course: Introduction to SQLite

Embedding SQL everywhere with SQLite - SQLite Tutorial

From the course: Introduction to SQLite

Embedding SQL everywhere with SQLite

- [Brian] Are you overwhelmed by all the storage system options available for your applications? Well, chances are you've considered SQLite. And if you haven't, you should. SQLite is lightweight, and it doesn't use a ton of memory or resources. SQLite also gives you the power of a relational database system. I'm Brian Jepson. And I have been programming SQL databases since the early 1990s, and I'll get you up to speed fast using SQLite. We'll begin with a quick start and move on to all the ways that you can create data. Next, we'll get into a variety of ways that you can query your data and show how you can delete and update data. Finally, we'll discuss how you can embed SQLite in everything from your own applications to Internet of Things devices. Okay, let's jump right in.

Contents