forked from sqlitebrowser/sqlitebrowser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
325 lines (231 loc) · 17.1 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link href='https://fonts.googleapis.com/css?family=Architects+Daughter' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen" />
<link rel="stylesheet" type="text/css" href="stylesheets/pygment_trac.css" media="screen" />
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print" />
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<title>DB Browser for SQLite</title>
</head>
<body>
<header>
<div class="inner">
<h1>DB Browser for SQLite</h1>
<h2>The Official home of the DB Browser for SQLite</h2>
<a href="https://github.com/sqlitebrowser/sqlitebrowser" class="button"><small>View project on</small>GitHub</a>
</div>
</header>
<div id="content-wrapper">
<div class="inner clearfix">
<section id="main-content">
<h2><a name="news" class="anchor" href="#news"><span class="octicon octicon-link"></span></a>News</h2>
<p>2017-09-28 - Added PortableApp version of 3.10.1. Thanks John. :)<br />
2017-09-20 - DB Browser for SQLite 3.10.1 has been released! :D<br />
2017-09-08 - Removed the continuous AppImage builds for Linux due to problems with the upload script.</p>
<h2><a name="screenshot" class="anchor" href="#screenshot"><span class="octicon octicon-link"></span></a>Screenshot</h2>
<p><img src="https://github.com/sqlitebrowser/sqlitebrowser/raw/master/images/sqlitebrowser.png" alt="DB Browser for SQLite Screenshot" title="DB Browser for SQLite Screenshot"></p>
<h2><a name="what-it-is" class="anchor" href="#what-it-is"><span class="octicon octicon-link"></span></a>What it is</h2>
<p>DB Browser for SQLite is a high quality, visual, open source tool to create, design, and edit database files compatible with SQLite.</p>
<p>It is for users and developers wanting to create databases, search, and edit data. It uses a familiar spreadsheet-like interface, and you don't need to learn complicated SQL commands.</p>
<p>Controls and wizards are available for users to:</p>
<ul>
<li>Create and compact database files</li>
<li>Create, define, modify and delete tables</li>
<li>Create, define and delete indexes</li>
<li>Browse, edit, add and delete records</li>
<li>Search records</li>
<li>Import and export records as text</li>
<li>Import and export tables from/to CSV files</li>
<li>Import and export databases from/to SQL dump files</li>
<li>Issue SQL queries and inspect the results</li>
<li>Examine a log of all SQL commands issued by the application</li>
</ul>
<h2><a name="what-it-is-not" class="anchor" href="#what-it-is-not"><span class="octicon octicon-link"></span></a>What it is not</h2>
<p>This program is not a visual shell for the sqlite command line tool. It does not require familiarity with SQL commands. It is a tool to be used both by developers and by end users, and it must remain as simple to use as possible in order to achieve its goals.</p>
<h2><a name="nightly-builds" class="anchor" href="#nightly-builds"><span class="octicon octicon-link"></span></a>Nightly builds</h2>
<p>Nightly builds for Windows and OSX can be downloaded here:</p>
<ul><li><a href="https://nightlies.sqlitebrowser.org/latest">https://nightlies.sqlitebrowser.org/latest</a></li></ul>
<h2><a name="windows-binaries" class="anchor" href="#windows-binaries"><span class="octicon octicon-link"></span></a>Windows</h2>
<p>Windows releases can be downloaded here:</p>
<ul><li><a href="https://github.com/sqlitebrowser/sqlitebrowser/releases">https://github.com/sqlitebrowser/sqlitebrowser/releases</a></li></ul>
<p><b>Note</b> - If for some reason the standard Windows release doesn't work
for you (eg it gives an error), try a nightly build. They often fix bugs
reported after the last release. :D</p>
<h2><a name="macos-x" class="anchor" href="#macos-x"><span class="octicon octicon-link"></span></a>MacOS X / macOS</h2>
<p>DB Browser for SQLite works well on MacOS X / macOS.</p>
<ul><li>OSX 10.8 (Mountain Lion) - 10.13 (High Sierra) are tested and known to work</li></ul>
<p>OSX releases can be downloaded here:</p>
<ul><li><a href="https://github.com/sqlitebrowser/sqlitebrowser/releases">https://github.com/sqlitebrowser/sqlitebrowser/releases</a></li></ul>
<p>Or installed via <a href="https://caskroom.github.io/">Homebrew Cask</a>:</p>
<p> <code>brew cask install db-browser-for-sqlite</code></p>
<h2><a name="linux" class="anchor" href="#linux"><span class="octicon octicon-link"></span></a>Linux</h2>
<p>DB Browser for SQLite works well on Linux.</p>
<h3><a name="arch" class="anchor" href="#arch"><span class="octicon octicon-link"></span></a>Arch Linux</h3>
<p>Arch Linux provides a package through pacman.</p>
<h3><a name="fedora" class="anchor" href="#fedora"><span class="octicon octicon-link"></span></a>Fedora</h3>
<p>For Fedora (i386 and x86_64) you can install by issuing:</p>
<p> <code>$ sudo dnf install sqlitebrowser</code></p>
<h3><a name="ubuntu" class="anchor" href="#ubuntu"><span class="octicon octicon-link"></span></a>Ubuntu and Derivatives</h3>
<h4><a name="ubuntu-stable" class="anchor" href="#ubuntu-stable"><span class="octicon octicon-link"></span></a>Stable release</h4>
<br />
<p>For Ubuntu and derivaties, <a href="https://github.com/deepsidhu1313">@deepsidhu1313</a>
provides a PPA with our latest release here:</p>
<ul><li><a href="https://launchpad.net/~linuxgndu/+archive/ubuntu/sqlitebrowser">https://launchpad.net/~linuxgndu/+archive/ubuntu/sqlitebrowser</a></li></ul>
<p>To add this ppa just type in these commands in terminal:</p>
<p> <code>sudo add-apt-repository -y ppa:linuxgndu/sqlitebrowser</code></p>
<p>Then update the cache using:</p>
<p> <code>sudo apt-get update</code></p>
<p>Install the package using:</p>
<p> <code>sudo apt-get install sqlitebrowser</code></p>
<p>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).</p>
<p>Ubuntu Precise (12.04) and Utopic (14.10) are not supported:</p>
<ul><li>Precise doesn't have a new enough Qt package in its repository by default,
which is a dependency</li>
<li>Launchpad doesn't support Utopic any more, as that has reached its End of
Life</li></ul>
<h4><a name="ubuntu-nightly" class="anchor" href="#ubuntu-nightly"><span class="octicon octicon-link"></span></a>Nightly builds</h4>
<br />
<p>Nightly builds are available here:</p>
<ul><li><a href="https://launchpad.net/~linuxgndu/+archive/ubuntu/sqlitebrowser-testing">https://launchpad.net/~linuxgndu/+archive/ubuntu/sqlitebrowser-testing</a></li></ul>
<p>To add this ppa just type in these commands in terminal:</p>
<p> <code>sudo add-apt-repository -y ppa:linuxgndu/sqlitebrowser-testing</code></p>
<p>Then update the cache using:</p>
<p> <code>sudo apt-get update</code></p>
<p>Install the package using:</p>
<p> <code>sudo apt-get install sqlitebrowser</code></p>
<h3><a name="linux-other" class="anchor" href="#linux-other"><span class="octicon octicon-link"></span></a>Other Linux</h3>
<p>On others you'll need to compile it yourself using the (simple) instructions
in <a href="https://github.com/sqlitebrowser/sqlitebrowser/blob/master/BUILDING.md">BUILDING.md</a>.</p>
<h2><a name="freebsd" class="anchor" href="#freebsd"><span class="octicon octicon-link"></span></a>FreeBSD</h2>
<p>DB Browser for SQLite works well on FreeBSD, and there is a port for it (thanks to <a href="https://github.com/lbartoletti">lbartoletti</a>).
It can be installed using either this:</p>
<p> <code># make -C /usr/ports/databases/sqlitebrowser install</code></p>
<p>or this:</p>
<p> <code># pkg install sqlitebrowser</code></p>
<h2>
<a name="mailinglist" class="anchor" href="#mailinglist"><span class="octicon octicon-link"></span></a>Developer mailing list</h2>
<p>
For development related discussion about DB4S and DBHub.io:
<ul><li><a href="https://lists.sqlitebrowser.org/mailman/listinfo/db4s-dev">https://lists.sqlitebrowser.org/mailman/listinfo/db4s-dev</a></li></ul>
</p>
<h2>
<a name="twitter" class="anchor" href="#twitter"><span class="octicon octicon-link"></span></a>Twitter</h2>
<p>Follow us on Twitter: <a href="https://twitter.com/sqlitebrowser">https://twitter.com/sqlitebrowser</a></p>
<h2>
<a name="website" class="anchor" href="#website"><span class="octicon octicon-link"></span></a>Website</h2>
<ul>
<li><a href="http://sqlitebrowser.org">http://sqlitebrowser.org</a></li>
</ul>
<h2>
<a name="old-project-pages" class="anchor" href="#old-project-pages"><span class="octicon octicon-link"></span></a>Old project pages</h2>
<ul>
<li><a href="http://sqlitebrowser.sourceforge.net">http://sqlitebrowser.sourceforge.net</a></li>
<li><a href="https://sourceforge.net/projects/sqlitebrowser">https://sourceforge.net/projects/sqlitebrowser</a></li>
</ul><h2>
<a name="releases" class="anchor" href="#releases"><span class="octicon octicon-link"></span></a>Releases</h2>
<ul>
<li><a href="https://github.com/sqlitebrowser/sqlitebrowser/releases/tag/v3.10.1">Version 3.10.1 released</a> - 2017-09-20</li>
<li><a href="https://github.com/sqlitebrowser/sqlitebrowser/releases/tag/v3.10.0">Version 3.10.0 released</a> - 2017-08-20</li>
<li><a href="https://github.com/sqlitebrowser/sqlitebrowser/releases/tag/v3.9.1">Version 3.9.1 released</a> - 2016-10-03</li>
<li><a href="https://github.com/sqlitebrowser/sqlitebrowser/releases/tag/v3.9.0">Version 3.9.0 released</a> - 2016-08-24</li>
<li><a href="https://github.com/sqlitebrowser/sqlitebrowser/releases/tag/v3.8.0">Version 3.8.0 released</a> - 2015-12-25</li>
<li><a href="https://github.com/sqlitebrowser/sqlitebrowser/releases/tag/v3.7.0">Version 3.7.0 released</a> - 2015-06-14</li>
<li><a href="https://github.com/sqlitebrowser/sqlitebrowser/releases/tag/v3.6.0">Version 3.6.0 released</a> - 2015-04-27</li>
<li><a href="https://github.com/sqlitebrowser/sqlitebrowser/releases/tag/v3.5.1">Version 3.5.1 released</a> - 2015-02-08</li>
<li><a href="https://github.com/sqlitebrowser/sqlitebrowser/releases/tag/v3.5.0">Version 3.5.0 released</a> - 2015-01-31</li>
<li><a href="https://github.com/sqlitebrowser/sqlitebrowser/releases/tag/v3.4.0">Version 3.4.0 released</a> - 2014-10-29</li>
<li><a href="https://github.com/sqlitebrowser/sqlitebrowser/releases/tag/v3.3.1">Version 3.3.1 released</a> - 2014-08-31 - Project renamed from "SQLite Database Browser"</li>
<li><a href="https://github.com/sqlitebrowser/sqlitebrowser/releases/tag/v3.3.0">Version 3.3.0 released</a> - 2014-08-24</li>
<li><a href="https://github.com/sqlitebrowser/sqlitebrowser/releases/tag/sqlb-3.2.0">Version 3.2.0 released</a> - 2014-07-06</li>
<li><a href="https://github.com/sqlitebrowser/sqlitebrowser/releases/tag/sqlb-3.1.0">Version 3.1.0 released</a> - 2014-05-17</li>
<li><a href="https://github.com/sqlitebrowser/sqlitebrowser/releases/tag/sqlb-3.0.3">Version 3.0.3 released</a> - 2014-04-28</li>
<li><a href="https://github.com/sqlitebrowser/sqlitebrowser/releases/tag/sqlb-3.0.2">Version 3.0.2 released</a> - 2014-02-12</li>
<li><a href="https://github.com/sqlitebrowser/sqlitebrowser/releases/tag/sqlb-3.0.1">Version 3.0.1 released</a> - 2013-12-02</li>
<li><a href="https://github.com/sqlitebrowser/sqlitebrowser/releases/tag/sqlb-3.0">Version 3.0 released</a> - 2013-09-15</li>
<li><a href="https://github.com/sqlitebrowser/sqlitebrowser/releases/tag/rc1">Version 3.0rc1 released</a> - 2013-09-09 - Project now on GitHub</li>
<li>Version 2.0b1 released - 2009-12-10 - Based on Qt4.6</li>
<li>Version 1.2 released - 2005-04-05</li>
<li>Version 1.1 released - 2004-07-20</li>
<li>Version 1.01 released - 2003-10-02</li>
<li>Version 1.0 released to public domain - 2003-08-19</li>
</ul><h2>
<a name="history" class="anchor" href="#history"><span class="octicon octicon-link"></span></a>History</h2>
<p>This program was developed originally by Mauricio Piacentini (<a href="https://github.com/piacentini">@piacentini</a>) 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.</p>
<p>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 <a href="http://www.raquelravanini.com">Raquel Ravanini</a>, also from Tabuleiro. Jens Miltner (<a href="https://github.com/jmiltner">@jmiltner</a>) contributed the code to support SQLite 3.x databases for the 1.2 release.</p>
<p>Pete Morgan (<a href="https://github.com/daffodil">@daffodil</a>) created an initial project on GitHub with the code in 2012, where several contributors fixed and improved pieces over the years. René Peinthor (<a href="https://github.com/rp-">@rp-</a>) and Martin Kleusberg (<a href="https://github.com/MKleusberg">@MKleusberg</a>) then became involved, and have been the main driving force from that point. Justin Clift (<a href="https://github.com/justinclift">@justinclift</a>) helps out with testing on OSX, and started the new github.com/sqlitebrowser organisation on GitHub.</p>
<p><a href="http://johnhaller.com">John T. Haller</a>, of <a href="http://portableapps.com">PortableApps.com</a> fame, created the new logo. He based it on the Tango icon set (public domain).</p>
<p>In August 2014, the project was renamed to "Database Browser for SQLite" at the request of <a href="http://www.hwaci.com/drh">Richard Hipp</a> (creator of <a href="http://sqlite.org">SQLite</a>), as the previous name was creating unintended support issues.</p>
<p>In September 2014, the project was renamed to "DB Browser for SQLite", to avoid confusion with an existing application called "Database Browser".</p>
<h2>
<a name="license" class="anchor" href="#license"><span class="octicon octicon-link"></span></a>License</h2>
<p>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.</p>
<p>You can modify or redistribute it under the conditions of these
licenses.</p>
</section>
<aside id="sidebar">
<a href="https://github.com/sqlitebrowser/sqlitebrowser/releases/download/v3.10.1/DB.Browser.for.SQLite-3.10.1-win32.exe" class="button">
<small>Download 32-bit</small>
Windows .exe
</a>
<a href="https://github.com/sqlitebrowser/sqlitebrowser/releases/download/v3.10.1/DB.Browser.for.SQLite-3.10.1-win64.exe" class="button">
<small>Download 64-bit</small>
Windows .exe
</a>
<a href="https://github.com/sqlitebrowser/sqlitebrowser/releases/download/v3.10.1/SQLiteDatabaseBrowserPortable_3.10.1_English.paf.exe" class="button">
<small>Download</small>
PortableApp
</a>
<a href="https://github.com/sqlitebrowser/sqlitebrowser/releases/download/v3.10.1/DB.Browser.for.SQLite-3.10.1.dmg" class="button">
<small>Download</small>
Mac .dmg
</a>
<a href="https://github.com/sqlitebrowser/sqlitebrowser/archive/v3.10.1.zip" class="button">
<small>Download</small>
source .zip
</a>
<a href="https://github.com/sqlitebrowser/sqlitebrowser/archive/v3.10.1.tar.gz" class="button">
<small>Download</small>
.tar.gz file
</a>
<p class="repo-owner"><a href="https://github.com/sqlitebrowser/sqlitebrowser"></a> is maintained by <a href="https://github.com/sqlitebrowser">sqlitebrowser</a>.</p>
<p>This page was generated by <a href="https://pages.github.com">GitHub Pages</a> using the Architect theme by <a href="https://twitter.com/jasonlong">Jason Long</a>.</p>
<a href="https://twitter.com/intent/follow?screen_name=sqlitebrowser">
<img src="https://img.shields.io/twitter/follow/sqlitebrowser.svg" alt="Follow @sqlitebrowser on Twitter" style="max-width:100%;">
</a>
<br>
<a href="https://github.com/sqlitebrowser/sqlitebrowser/releases">
<img src="https://img.shields.io/github/downloads/sqlitebrowser/sqlitebrowser/total.svg" alt="DB Browser for SQLite total ownloads" style="max-width:100%;">
</a>
<br>
<a href="https://github.com/sqlitebrowser/sqlitebrowser/stargazers">
<img src="https://img.shields.io/github/stars/sqlitebrowser/sqlitebrowser.svg" alt="DB Browser for SQLite GitHub stars" style="max-width:100%;">
</a>
</aside>
</div>
</div>
<footer>
<div class='footer-area'>
<div class='hosting-provider'>
Hosting sponsored by </div><div><a href="http://rackspace.com/"><img alt="Rackspace" width="300" src="images/rackspace-on-dark.svg"/></a></div>
</div>
</footer>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-50741720-1");
pageTracker._trackPageview();
} catch(err) {}
</script>
</body>
</html>