I’ve always had a major issue with SQLlite and Corona Apps and that’s a lack of feedback on the queries and the inability to look into the database…
Well I thought there had to be a command line tool like MySQL that lets me run queries against the database, so off to Google to find out and much to my surprise…
Mac OSX already has a built in sqllite3 command line tool.
Within minutes of that discovery, the problems with my Corona SDK SQL queries was solved and I see my database behaving as I expected.
I’m a happy developer with this discovery… I may actually start using SQLite more often now.
[import]uid: 19626 topic_id: 31937 reply_id: 331937[/import]
