1.SQLite Expert
使用之前,可以先下載SQLite Expert,方便查看.db3數據庫
下載鏈接是http://www.sqliteexpert.com/ 可以谷歌找到license
安裝好之后,安裝路徑下有幫助文檔以及pdf文檔
缺點:
目前的sqliteexpert版本,有點問題,執行查詢的時候。只能顯示512條數據,剩下的需要自己通過滑動條才能看出來
2.sqlitebrowser
http://sqlitebrowser.org/ 無法打開加密的數據庫
這個是免費開源的,可以下載用一下https://github.com/sqlitebrowser/sqlitebrowser
3.sqlmaestro
http://www.sqlmaestro.com/products/sqlite/maestro/downloads/executable/ 這個也要收費
4.sqliteadmin
http://sqliteadmin.orbmu2k.de/ 免費的,但是打不開加密的數據庫
5.sqlitedeveloper
http://www.sqlitedeveloper.com/download 也是不能用
6.sqliteman
7.SQLite209Pro
http://sqlite2009pro.azurewebsites.net/
能夠打開加密的數據庫,並且能夠顯示系統表,比如sqlite_master和sqlite_sequence
缺點:
Error Messages 不顯示錯誤信息
擴展
Open a password protected sqlite database