kunpeng9 / GTD2020-05-31

2020-05-31创建【将github的项目链接等放入滴答清单进行管理或者印象笔记等,实践证明都不可行,不好用,完全被搁置了】
The Unlicense
26 stars 5 forks source link

sqlitebrowser/sqlitebrowser: Official home of the DB Browser for SQLite (DB4S) project. Previously known as "SQLite Database Browser" and "Database Browser for SQLite". Website at: #106

Open kunpeng9 opened 3 years ago

kunpeng9 commented 3 years ago

DB Browser for SQLite 用于 SQLite 的 DB 浏览器

【还有国际记者的那个软件,别忘记了,还有一些公开机构的也有】

What it is 这是什么

DB Browser for SQLite (DB4S) is a high quality, visual, open source tool to create, design, and edit database files compatible with SQLite.

Dbbrowser for SQLite (DB4S) 是一个高质量、可视化的开源工具,用于创建、设计和编辑与 SQLite 兼容的数据库文件。

DB4S is for users and developers who want to create, search, and edit databases. DB4S uses a familiar spreadsheet-like interface, and complicated SQL commands do not have to be learned.

DB4S 适用于希望创建、搜索和编辑数据库的用户和开发人员。DB4S 使用一个熟悉的类似电子表格的接口,无需学习复杂的 SQL 命令。

Controls and wizards are available for users to:

用户可以使用控件和向导:

What it is not 它不是什么

This program is not a visual shell for the sqlite command line tool, and does not require familiarity with SQL commands. It is a tool to be used by both developers and end users, and must remain as simple to use as possible in order to achieve these goals.

这个程序不是 sqlite 命令行工具的可视化 shell,不需要熟悉 SQL 命令。它是开发人员和最终用户都可以使用的工具,为了实现这些目标,它必须尽可能保持简单易用。

Wiki 维基

For user and developer documentation, check out our Wiki at: https://github.com/sqlitebrowser/sqlitebrowser/wiki.

关于用户和开发人员的文档,请访问我们的 Wiki: https://github.com/sqlitebrowser/sqlitebrowser/Wiki。

Nightly builds 夜间建立

Download nightly builds for Windows and macOS here:

在这里下载 Windows 和 macOS 的夜间版本:

Windows 窗户

Download Windows releases here:

在这里下载 Windows 版本:

Note - If for some reason the standard Windows release does not work (e.g. gives an error), try a nightly build. Nightly builds often fix bugs reported after the last release. :D

注意: 如果由于某种原因标准的 Windows 版本不能工作 (例如出现错误) ,尝试一个夜间构建。每夜构建通常会修复在最后一次发布之后报告的错误。: d

macOS

Stable release 稳定释放

DB Browser for SQLite works well on macOS.

Dbbrowser for SQLite 在 macOS 上运行良好。

Download macOS releases here:

点击这里下载 macOS 版本:

The latest macOS binary can be installed via Homebrew Cask:

最新的 macOS 二进制程序可以通过 Homebrew Cask 安装:

brew cask install db-browser-for-sqlite

Nightly builds 夜间建立

Nightly builds are available here:

每晚的构建可以在这里获得:

and also you can be installed via Homebrew Cask:

你也可以通过家酿木桶安装:

$ brew tap homebrew/cask-versions
$ brew cask install db-browser-for-sqlite-nightly

Note - You can NOT install nightly builds with Homebrew if you already have the stable version installed.

注意: 如果你已经安装了稳定版本,你不能用自制程序安装夜间版本。

Linux

DB Browser for SQLite works well on Linux.

Dbbrowser for SQLite 在 Linux 上运行良好。

Arch Linux

Arch Linux provides an up to date version

Arch Linux 提供了一个最新版本

Install with the following command:

使用以下命令安装:

sudo pacman -S sqlitebrowser

Fedora 软呢帽

Install for Fedora (i386 and x86_64) by issuing the following command:

通过发出以下命令安装 Fedora (i386 和 x86 _ 64) :

$ sudo dnf install sqlitebrowser

openSUSE

$ sudo zypper install sqlitebrowser

Debian

Note that Debian focuses more on stability rather than newest features. Therefore packages will typically contain some older (but well tested) version, compared to the latest release.

请注意,Debian 更关注稳定性而不是最新的特性。因此,与最新版本相比,软件包通常包含一些较老的 (但经过良好测试的) 版本。

Update the cache using:

使用以下命令更新缓存:

sudo apt-get update

Install the package using:

使用以下方法安装软件包:

sudo apt-get install sqlitebrowser

Ubuntu and Derivatives 和衍生工具

Stable release 稳定释放

For Ubuntu and derivaties, @deepsidhu1313 provides a PPA with the latest release here:

对于 Ubuntu 和衍生版本,@deepsidhu1313 提供了一个 PPA,其最新版本如下:

To add this ppa just type in these commands in terminal:

要添加这个 ppa,只需在终端中输入以下命令:

sudo add-apt-repository -y ppa:linuxgndu/sqlitebrowser

Then update the cache using:

然后使用以下命令更新缓存:

sudo apt-get update

Install the package using:

使用以下方法安装软件包:

sudo apt-get install sqlitebrowser

Ubuntu 14.04.X, 15.04.X, 15.10.X and 16.04.X are supported for now (until Launchpad decides to discontinue building for any series).

Ubuntu 14.04.X,15.04.X,15.10.X 和 16.04.X 目前都支持 (直到 Launchpad 决定停止构建任何系列)。

Ubuntu Precise (12.04) and Utopic (14.10) are not supported:

不支持 Ubuntu Precise (12.04) 和 uttopic (14.10) :

Nightly builds 夜间建立

Nightly builds are available here:

每晚的构建可以在这里获得:

To add this ppa, type these commands into the terminal:

要添加这个 ppa,请在终端中键入以下命令:

sudo add-apt-repository -y ppa:linuxgndu/sqlitebrowser-testing

Then update the cache using:

然后使用以下命令更新缓存:

sudo apt-get update

Install the package using:

使用以下方法安装软件包:

sudo apt-get install sqlitebrowser

Other Linux 其他 Linux

On others, compile DB4S using the instructions in BUILDING.md.

在其他情况下,使用 BUILDING.md 中的指令编译 DB4S。

FreeBSD

DB Browser for SQLite works well on FreeBSD, and there is a port for it (thanks to lbartoletti 😄). DB4S can be installed using either this command:

Dbbrowser for SQLite 在 FreeBSD 上运行良好,并且有一个端口 (多亏了 lbartoletti)。可以使用以下命令安装 DB4S:

# make -C /usr/ports/databases/sqlitebrowser install

or this command:

或者这个命令:

# pkg install sqlitebrowser

Snap packages 快速打包

Snap Nightlies 小夜曲

 snap install sqlitebrowser --devmode

Snap Stable 瞬间稳定

 snap install sqlitebrowser

Compiling 编译

Instructions for compiling on Windows, macOS, Linux, and FreeBSD are in BUILDING.

在 Windows、 macOS、 Linux 和 FreeBSD 上编译的说明正在构建中。

Twitter 推特

Follow us on Twitter: https://twitter.com/sqlitebrowser

在推特上关注我们: https://Twitter.com/sqlitebrowser

Website 网站

Old project page 旧项目页面

Releases 公布

History 历史

This program was developed originally by Mauricio Piacentini (@piacentini) from Tabuleiro Producoes, as the Arca Database Browser. The original version was used as a free companion tool to the Arca Database Xtra, a commercial product that embeds SQLite databases with some additional extensions to handle compressed and binary data.

这个程序最初是由来自 Tabuleiro Producoes 的 Mauricio Piacentini (@Piacentini) 开发的 Arca 数据库浏览器。最初的版本被用作 Arca Database Xtra 的免费伙伴工具,这是一个商业产品,嵌入 SQLite 数据库和一些额外的扩展来处理压缩的和二进制的数据。

The original code was trimmed and adjusted to be compatible with standard SQLite 2.x databases. The resulting program was renamed SQLite Database Browser, and released into the Public Domain by Mauricio. Icons were contributed by Raquel Ravanini, also from Tabuleiro. Jens Miltner (@jmiltner) contributed the code to support SQLite 3.x databases for the 1.2 release.

最初的代码经过了修剪和调整,以便与标准 SQLite 2. x 数据库兼容。最终的程序被重命名为 SQLite 数据库浏览器,并由 Mauricio 发布到公共领域。图标由同样来自塔布莱鲁的 Raquel Ravanini 提供。Jens Miltner (@jmiltner) 为 1.2 版本提供了支持 SQLite 3.x 数据库的代码。

Pete Morgan (@daffodil) created an initial project on GitHub with the code in 2012, where several contributors fixed and improved pieces over the years. René Peinthor (@rp-) and Martin Kleusberg (@MKleusberg) then became involved, and have been the main driving force from that point. Justin Clift (@justinclift) helps out with testing on OSX, and started the new github.com/sqlitebrowser organisation on GitHub.

Pete Morgan (@daffodil) 在 2012 年用这段代码在 GitHub 上创建了一个初始项目,其中几个贡献者多年来修复和改进了一些部分。René Peinthor (@rp -) 和 Martin Kleusberg (@mkleusberg) 随后参与进来,并成为了从那时起的主要推动力。帮助在 OSX 上进行测试,并在 GitHub 上创建了新的 GitHub.com/sqlitebrowser / 服务组织。

John T. Haller, of PortableApps.com fame, created the new logo. He based it on the Tango icon set (public domain).

Portableapps.com 的 John t. Haller 设计了这个新的 logo,他以 Tango 图标集 (公共领域) 为基础。

In August 2014, the project was renamed to "Database Browser for SQLite" at the request of Richard Hipp (creator of SQLite), as the previous name was creating unintended support issues.

2014 年 8 月,在 Richard Hipp (SQLite 的创建者) 的要求下,这个项目被重命名为 “ SQLite 的数据库浏览器” ,因为之前的名字产生了意想不到的支持问题。

In September 2014, the project was renamed to "DB Browser for SQLite", to avoid confusion with an existing application called "Database Browser".

2014 年 9 月,该项目被重新命名为 “dbbrowser for SQLite” ,以避免与现有的应用程序“ Database Browser” 混淆。

Contributors 贡献者

View the list by going to the Contributors tab.

通过进入贡献者选项卡查看列表。

License 许可证

DB Browser for SQLite is bi-licensed under the Mozilla Public License Version 2, as well as the GNU General Public License Version 3 or later.

的 DB 浏览器是在 Mozilla 公共许可证版本 2 和 GNU 通用公共许可协议版本 3 或更高版本下双授权的。

Modification or redistribution is permitted under the conditions of these licenses.

在这些许可证的条件下允许修改或重新分发。 https://github.com/sqlitebrowser/sqlitebrowser