Ubuntu 16.04 安裝可視化資料庫瀏覽器 SQLite Browser 3.8
SQLite Browser 3.8是去年年底發布的,SQLite Browser是可視化資料庫瀏覽器瀏覽器,現在可以通過PPA安裝。 SQLite Browser用於建立,設計和編輯資料庫檔案,是SQLite相容的視覺化檢視。介面簡單乾淨,完全免費!本新聞稿中包含一些重要的改進和修正。
SQLite Database Browser可以管理所有iphone資料,基於 Qt 庫開發,主要是為非技術使用者建立、修改和編輯 SQLite 資料庫的工具,使用嚮導方式實現。用來處理SQLite3資料庫檔案的應用程式,它能夠開啟sqlite3資料庫檔案(常見的副檔名為.db,.db3, .s3db; 只要檔案是SQLite3資料庫檔案,其副檔名不規範也不要緊)。
SQLite Database Browser是開原始碼的可視化資料庫瀏覽管理工具,支援各種平台, 包括Windows/Linux/Mac OS。
創立、設計和編輯數與SQLite相容的資料庫檔案對它來說都是小菜一碟。
SQLite Browser 3.8 更新日誌
Enhancements
- Add proper file extension filters to all file dialogs
- Improved error handling, e.g. more error messages with more detailed error descriptions
- Allow changing table columns even when there is a foreign key constraint on the table
- When holding Ctrl and Shift while clicking on a cell with a foreign key set, the browser now jumps to the referenced record
- Add option for disabling the SQL error indicators in the Execute SQL area
- Add an option for setting the colours of fields with regular and binary data
- Use the name of the imported file as default suggestion for a table name during CSV import
Bug 修複
- Fix missing SQL log when query contains a line break, also trim the log
- Also set foreign key settings when creating a new database instead of just setting them when opening a file
- Fix drawing of Unicode characters in the SQL editor where the font settings wouldn’t apply as they should have
- Allow values greater than 10000 in the user_version pragma of a database
- Fix adding new a record into a table where all fields are set to a default value
See changelog for more
更多詳情請看發布日誌
Ubuntu 16.04 及以下版本安裝 SQLite Browser 3.8
bkjia@bkjia:~$ sudo add-apt-repository ppa:linuxgndu/sqlitebrowser-testing
[sudo] bkjia 的密碼:
DB Browser for SQLite Unstable versions Only
更多資訊: https://launchpad.net/~linuxgndu/+archive/ubuntu/sqlitebrowser-testing
按斷行符號繼續或者 Ctrl+c 取消添加
gpg: 鑰匙環‘/tmp/tmpncmky_5c/secring.gpg’已建立
gpg: 鑰匙環‘/tmp/tmpncmky_5c/pubring.gpg’已建立
gpg: 下載密鑰‘7F2583EA’,從 hkp 伺服器 keyserver.ubuntu.com
gpg: /tmp/tmpncmky_5c/trustdb.gpg:建立了信任度資料庫
gpg: 密鑰 7F2583EA:公開金鑰“Launchpad PPA for Gajj GNDU”已匯入
gpg: 合計被處理的數量:1
gpg: 已匯入:1 (RSA: 1)
OK
bkjia@bkjia:~$ sudo apt-get update
sudo apt-get install sqlitebrowser
OK,搞定。
如何在 Ubuntu 15.04 上安裝帶 JSON 支援的 SQLite 3.9.1
SQLite3簡單操作
SQLite3中儲存類型和資料類型結合文檔解析
SQLite3 安裝、基本操作
Ubuntu 12.04下SQLite資料庫簡單應用
Ubuntu 12.04下安裝 SQLite及其使用方法
SQLite 資料庫入門基礎教程
SQLite 的詳細介紹:請點這裡
SQLite 的:請點這裡
本文永久更新連結地址: