SQLite3 Tutorial



SQLite3 Tutorial

SQLite3 Tutorial

SQLite3 Cheat Sheet: http://goo.gl/vwD4F

Best SQLite Book : http://goo.gl/YG6BEv

Support me on Patreon : https://www.patreon.com/derekbanas

Welcome to my SQLite3 Tutorial! This tutorial is part of my Android Development Tutorial, so my Android tutorial is not over. I have many more videos on Android coming.

In this video I explain how to install SQLite3 on both Mac and Windows. I also cover how to use SQLite3 using the console. SQLite is an embedded relational database that doesn’t require a dedicated database management system. The database is part of your code and not an outside resource. The reason for creating SQLite was to provide a self contained database that was easy to use, could travel with the program using it and run on any machine with no other required software.