共计 2512 个字符,预计需要花费 7 分钟才能阅读完成。
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
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
SQLite 的详细介绍:请点这里
SQLite 的下载地址:请点这里
本文永久更新链接地址:http://www.linuxidc.com/Linux/2016-05/131573.htm