Inspecting android sql database from Eclipse

前端 未结 4 1053
眼角桃花
眼角桃花 2020-12-11 15:51

Is there a way to directly inspect an SQLite3 database in Android via Eclipse or do I have to do this via the shell?

4条回答
  •  轮回少年
    2020-12-11 16:10

    https://github.com/cattaka/TelnetSqlite/wiki

    I made it this by following 3 step.

    • Embed a small program
    • Add code to kick the embedded program in the Application.onCreate() method
    • Execute the telnet and run SQL via small program

    But it is not from Eclipse. It uses telnet or a sql editor named RdbAssistant.

提交回复
热议问题