SQLite is really easy to start using, you just need to add the library to your project and start issuing SQL statements.
Now, because it's so easy to start using SQLite, it might feel like it's configuration free, but that's not exactly true.
There are a few key configurations you should be familiar with, and in this
video we'll look at one of the most important configuration options, the
journal_mode
option.