AccessData User Summit 2016 April 5th – 7th, 2016 Lake Mary, FL SQLite Database Analysis Justin Tolman Justin.tolman@syntricate.com
What is SQLite? A lightweight platform agnostic database capable of storing large amounts of data. Part of the SQL family No server 100% Free (commercial or private) 140 Terabyte max storage Where is SQLite Found?
How does SQLite Work? Transaction Rollback Journal The Database Write Ahead Log Page Page Page Page SHM Page Page Page CheckPoint Page “Active Database”
Mobile Phone Examiner + …leaving the slides… for just a moment.
SQLite Query Language Get at that Tasty Data! Tables Columns Rows Know How To Ask! SELECT FROM WHERE
Let’s Get Some Hands On! +