Basic connection to an sqlite database
First create an instance of SQLite database We then check if the database exists or not by invoking the open or create We pass in the name of the database, called myDB, the mode-Who can access the database-- Private which means its available only for this app factory.. just lenga for now