I was wondering whether I need a closeConnection() method in my DBConnecter class. I know that you would normally close your connection whenever you are done using it, but with the connection being a singleton I am not completely sure. I was wondering whether I need a closeConnectio