Export a MySQL Database to SQLite Database

前端 未结 7 1331
太阳男子
太阳男子 2020-11-28 08:33

Please help me with exporting a MySQL database into a SQLite database.

相关标签:
7条回答
  • 2020-11-28 09:12

    There is a fantastic, lightweight tool called SQLite Database Browser that allows you to create and edit sqlite databases. I used it to craete databases for Android apps. You can run SQL statements against it to load up the data so if you export the data from a mySQL database you can just import it using this tool. Here's a link: http://sqlitebrowser.sourceforge.net/

    0 讨论(0)
提交回复
热议问题