Hello,
I’ve created a simple project that uses SQLite, SQLitePorter and Storage. I’ve got a data.sql file which populates the database with initial values. In my DatabaseProvider I’ve added INSERT option which is executed when user provides data and clicks the button. Then I can display it and it is ok but how can I manage my database from the browser or texteditor on my Mac? It would be helpful especially to quickly delete data and for testing purpose. Is it even possible?