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.8linuxidc@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
Ubuntu 12.04下SQLite数据库简单应用