Recommendation for Sqlite DB manager application?

2020-02-07 17:07发布

There are quite a few Sqlite GUI applications listed here:

http://www.sqlite.org/cvstrac/wiki?p=ManagementTools

some appear to be incomplete, buggy, not maintained, etc. Do you have any recommendations?

标签: sqlite
16条回答
啃猪蹄的小仙女
2楼-- · 2020-02-07 18:01

Here's another free option. It has been pretty stable for me. SQLiteStudio

查看更多
戒情不戒烟
3楼-- · 2020-02-07 18:01

If your using OSX you may like SQLPro for SQLite (App Store).

The app has a few neat features such as:

  • Versions Integration (rollback to previous versions).
  • Inline data filtering.
  • Exporting options to CSV, JSON, XML and MySQL.
  • Column reordering.
  • Full screen support.
查看更多
趁早两清
4楼-- · 2020-02-07 18:03

You might want to check MYZSQLExplorer, here.

Unlike the other tools, it is running on iOS devices (or in the simulator). It is a Viewer, not a management tool, and is not as feature-complete as some of the other tools, but is convenient as you can launch it from within your code and browse your databse from within your app.

Or you can "Open In..." it sqlite stores, by sending them as email attachments.

I developed it in order to help myself during the development and testing phases, and it did help.

If you have any feedback on it, I'd love to hear it.

查看更多
霸刀☆藐视天下
5楼-- · 2020-02-07 18:08

I use the SQLite manager plugin for Firefox.

It seems pretty stable to me.

查看更多
登录 后发表回答