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兼容的数据库文件对它来说都是小菜一碟。
sqliteBrowser3.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 及以下版本安装 sqliteBrowser3.8
linuxidc@linuxidc:~$ sudo add-apt-repository ppa:linuxgndu/sqlitebrowser-testing
[sudo] linuxidc 的密码:
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
linuxidc@linuxidc:~$ sudo apt-get update
sudo apt-get install sqlitebrowser
OK,搞定。
如何在 Ubuntu 15.04 上安装带 JSON 支持的 sqlite 3.9.1 http://www.linuxidc.com/Linux/2016-02/128209.htm
sqlite3简单操作 http://www.linuxidc.com/Linux/2016-01/127969.htm
sqlite3中存储类型和数据类型结合文档解析 http://www.linuxidc.com/Linux/2015-08/121971.htm
sqlite3 安装、基本操作 http://www.linuxidc.com/Linux/2012-05/60452.htm
Ubuntu 12.04下sqlite数据库简单应用 http://www.linuxidc.com/Linux/2012-06/63379.htm
Ubuntu 12.04下安装 sqlite及其使用方法 http://www.linuxidc.com/Linux/2013-08/89155.htm
sqlite 数据库入门基础教程 http://www.linuxidc.com/Linux/2014-06/103587.htm