I’m just wondering, is it possible to write a class just to connect to the SQLite database? As in, writing the class, and calling it in another class, so that I don’t have to type everything out everytime I need to connect to the database. If it is possible, how do I go about doing it? :-/