SQLite 101

SQLite is a software library that provides a relational database management system. The lite in SQLite means light weight in terms of setup, database administration, and required resource. SQLite does NOT require a server to run.

To learn the basics, we recommend the following resources:

Tip

We recommend using SQLiteStudio to debug and visualize your SQLite database. You can download it here.