How do I access SQLite database instance on iPhone?

前端 未结 8 617
予麋鹿
予麋鹿 2021-01-30 05:19

I\'m developing an iPhone app that uses the built-in SQLite database. I\'m trying to view and open the database via the sqlite3 command line tool so I can execute a

8条回答
  •  后悔当初
    2021-01-30 05:51

    The Easiest way to do it by far is using iExplorer to download the file from your app. and then use SQLite Professional read-only to read the file. Even thought it is not realtime but at least it is free. :-)

提交回复
热议问题