Abstract:
This chapter is about modifying an existing SQLite database during runtime. It is closely related to the chapter of creating Databases. What makes SQLite stand out amongst database engines in my opinion is its ability to allow an user to modify a database during runtime which can be very useful.