# Functions
AddInstalledApp adds an app to the installed_apps table.
InitDB initializes the SQLite database and returns the custom DB type.
IsAppInDB checks if an app is already stored in the database.
RemoveInstalledApp removes an app from the installed_apps table.