How do I access SQLite database instance on iPhone?

前端 未结 8 707
予麋鹿
予麋鹿 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:56

    Exactly in the same way you do on the simulator. There are very few (important) differences between the device and simulator, and file access and library loading are for the most part not part of them.

提交回复
热议问题