The application I made currently use XML files to store data and now want to Convert it to SQLite db as manipulating data in XML file is getting bit complicated.
I decided on FMDB to be used as Wrapper for SQL. The problem is, the development process right now is going pretty slow as I have to use NSLogs to print every SQLite command to verify if it is working or not. Is there a GUI Tool which can be used while development which shows me the changes in SQL table in real time as I am running the app on Simulator.