~ubuntu-branches/ubuntu/wily/sqlite3/wily

« back to all changes in this revision

Viewing changes to famous.html

  • Committer: Package Import Robot
  • Author(s): Laszlo Boszormenyi (GCS)
  • Date: 2012-06-13 21:43:48 UTC
  • mto: This revision was merged to the branch mainline in revision 23.
  • Revision ID: package-import@ubuntu.com-20120613214348-uy14uupdeq0hh04k
Tags: upstream-3.7.13/www
Import upstream version 3.7.13, component www

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 
2
<html><head>
 
3
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
 
4
<title>Well-Known Users Of SQLite</title>
 
5
<style type="text/css">
 
6
body {
 
7
    margin: auto;
 
8
    font-family: Verdana, sans-serif;
 
9
    padding: 8px 1%;
 
10
}
 
11
 
 
12
a { color: #044a64 }
 
13
a:visited { color: #734559 }
 
14
 
 
15
.logo { position:absolute; margin:3px; }
 
16
.tagline {
 
17
  float:right;
 
18
  text-align:right;
 
19
  font-style:italic;
 
20
  width:300px;
 
21
  margin:12px;
 
22
  margin-top:58px;
 
23
}
 
24
 
 
25
.toolbar {
 
26
  text-align: center;
 
27
  line-height: 1.6em;
 
28
  margin: 0;
 
29
  padding: 0px 8px;
 
30
}
 
31
.toolbar a { color: white; text-decoration: none; padding: 6px 12px; }
 
32
.toolbar a:visited { color: white; }
 
33
.toolbar a:hover { color: #044a64; background: white; }
 
34
 
 
35
.content    { margin: 5%; }
 
36
.content dt { font-weight:bold; }
 
37
.content dd { margin-bottom: 25px; margin-left:20%; }
 
38
.content ul { padding:0px; padding-left: 15px; margin:0px; }
 
39
 
 
40
/* rounded corners */
 
41
.se  { background: url(images/se.gif) 100% 100% no-repeat #044a64}
 
42
.sw  { background: url(images/sw.gif) 0% 100% no-repeat }
 
43
.ne  { background: url(images/ne.gif) 100% 0% no-repeat }
 
44
.nw  { background: url(images/nw.gif) 0% 0% no-repeat }
 
45
 
 
46
/* Things for "fancyformat" documents start here. */
 
47
.fancy img+p {font-style:italic}
 
48
.fancy .codeblock i { color: darkblue; }
 
49
.fancy h1,.fancy h2,.fancy h3,.fancy h4 {font-weight:normal;color:#044a64}
 
50
.fancy h2 { margin-left: 10px }
 
51
.fancy h3 { margin-left: 20px }
 
52
.fancy h4 { margin-left: 30px }
 
53
.fancy th {white-space:nowrap;text-align:left;border-bottom:solid 1px #444}
 
54
.fancy th, .fancy td {padding: 0.2em 1ex; vertical-align:top}
 
55
.fancy #toc a        { color: darkblue ; text-decoration: none }
 
56
.fancy .todo         { color: #AA3333 ; font-style : italic }
 
57
.fancy .todo:before  { content: 'TODO:' }
 
58
.fancy p.todo        { border: solid #AA3333 1px; padding: 1ex }
 
59
.fancy img { display:block; }
 
60
.fancy :link:hover, .fancy :visited:hover { background: wheat }
 
61
.fancy p,.fancy ul,.fancy ol { margin: 1em 5ex }
 
62
.fancy li p { margin: 1em 0 }
 
63
/* End of "fancyformat" specific rules. */
 
64
 
 
65
</style>
 
66
  
 
67
</head>
 
68
<body>
 
69
<div><!-- container div to satisfy validator -->
 
70
 
 
71
<a href="index.html">
 
72
<img class="logo" src="images/sqlite370_banner.gif" alt="SQLite Logo"
 
73
 border="0"></a>
 
74
<div><!-- IE hack to prevent disappearing logo--></div>
 
75
<div class="tagline">Small. Fast. Reliable.<br>Choose any three.</div>
 
76
 
 
77
<table width=100% style="clear:both"><tr><td>
 
78
  <div class="se"><div class="sw"><div class="ne"><div class="nw">
 
79
  <table width=100% style="padding:0;margin:0;cell-spacing:0"><tr>
 
80
  <td width=100%>
 
81
  <div class="toolbar">
 
82
    <a href="about.html">About</a>
 
83
    <a href="sitemap.html">Sitemap</a>
 
84
    <a href="docs.html">Documentation</a>
 
85
    <a href="download.html">Download</a>
 
86
    <a href="copyright.html">License</a>
 
87
    <a href="news.html">News</a>
 
88
    <a href="support.html">Support</a>
 
89
  </div>
 
90
<script>
 
91
  gMsg = "Search SQLite Docs..."
 
92
  function entersearch() {
 
93
    var q = document.getElementById("q");
 
94
    if( q.value == gMsg ) { q.value = "" }
 
95
    q.style.color = "black"
 
96
    q.style.fontStyle = "normal"
 
97
  }
 
98
  function leavesearch() {
 
99
    var q = document.getElementById("q");
 
100
    if( q.value == "" ) { 
 
101
      q.value = gMsg
 
102
      q.style.color = "#044a64"
 
103
      q.style.fontStyle = "italic"
 
104
    }
 
105
  }
 
106
</script>
 
107
<td>
 
108
    <div style="padding:0 1em 0px 0;white-space:nowrap">
 
109
    <form name=f method="GET" action="http://www.sqlite.org/search">
 
110
      <input id=q name=q type=text
 
111
       onfocus="entersearch()" onblur="leavesearch()" style="width:24ex;padding:1px 1ex; border:solid white 1px; font-size:0.9em ; font-style:italic;color:#044a64;" value="Search SQLite Docs...">
 
112
      <input type=submit value="Go" style="border:solid white 1px;background-color:#044a64;color:white;font-size:0.9em;padding:0 1ex">
 
113
    </form>
 
114
    </div>
 
115
  </table>
 
116
</div></div></div></div>
 
117
</td></tr></table>
 
118
<div class=startsearch></div>
 
119
  
 
120
 
 
121
 
 
122
<h2>Well-Known Users of SQLite:</h2>
 
123
 
 
124
<p>
 
125
A few of the better-known users of SQLite are shown below
 
126
in alphabetical order.
 
127
There is no complete list of projects and companies
 
128
that use SQLite.
 
129
SQLite is in the 
 
130
<a href="copyright.html">public domain</a> and so many groups use SQLite
 
131
in their projects without ever telling us.
 
132
</p>
 
133
 
 
134
<table border="0" cellpadding="15">
 
135
 
 
136
<tr><td valign="top">
 
137
<a href="http://www.adobe.com/">
 
138
<img src="images/foreignlogos/adobe.gif" border="0"></a>
 
139
</td><td valign="top">
 
140
<a href="http://www.adobe.com/">Adobe</a> uses SQLite as the 
 
141
<a href="whentouse.html#appfileformat">application 
 
142
file format</a> for their 
 
143
<a href="http://www.adobe.com/products/photoshoplightroom/">Photoshop Lightroom</a>
 
144
product.
 
145
SQLite is also a standard part of the
 
146
<a href="http://labs.adobe.com/technologies/air/">Adobe Integrated Runtime (AIR)</a>.
 
147
It is reported that 
 
148
<a href="http://www.adobe.com/products/acrobat/readstep2.html">Acrobat Reader</a>
 
149
also uses SQLite.
 
150
</td></tr>
 
151
 
 
152
<tr><td valign="top">
 
153
<a href="http://www.airbus.com/">
 
154
<img src="images/foreignlogos/airbus2.gif" border="0"></a>
 
155
</td><td valign="top">
 
156
<a href="http://www.airbus.com/">Airbus</a> confirms that SQLite is being
 
157
used in the flight software for the 
 
158
<a href="http://www.airbus.com/en/aircraftfamilies/a350">A350 XWB</a> family
 
159
of aircraft.
 
160
</td></tr>
 
161
 
 
162
 
 
163
 
 
164
<tr><td valign="top">
 
165
<a href="http://www.apple.com/">
 
166
<img src="images/foreignlogos/apple.gif" border="0">
 
167
</a></td>
 
168
<td valign="top">
 
169
<a href="http://www.apple.com/">Apple</a> uses SQLite for many functions 
 
170
within Mac OS X, including 
 
171
<a href="http://www.apple.com/macosx/features/mail.html">Apple Mail</a>, 
 
172
<a href="http://www.apple.com/macosx/features/safari.html">Safari</a>, 
 
173
and in <a href="http://www.apple.com/aperture/">Aperture</a>.
 
174
Apple uses SQLite in
 
175
the <a href="http://www.apple.com/iphone/">iPhone</a> and in the
 
176
<a href="http://www.apple.com/ipodtouch/">iPod touch</a> and in
 
177
<a href="http://www.apple.com/itunes/">iTunes</a> software.
 
178
</td></tr>
 
179
 
 
180
<tr><td valign="top">
 
181
<a href="http://www.dropbox.com/">
 
182
<img src="images/foreignlogos/dropbox.gif" border="0">
 
183
</a>
 
184
</td>
 
185
<td>
 
186
The increasingly popular <a href="http://www.dropbox.com/">Dropbox</a> file
 
187
archiving and synchronization service is reported to use SQLite as
 
188
the primary data store on the client side.
 
189
</td></tr>
 
190
 
 
191
<tr><td valign="top">
 
192
<a href="http://www.mozilla.com/">
 
193
<img src="images/foreignlogos/firefox.gif" border="0">
 
194
</a>
 
195
</td>
 
196
<td>
 
197
SQLite is the primary meta-data storage format for
 
198
the <a href="http://www.mozilla.com/">Firefox Web Browser</a> and the
 
199
<a href="http://www.mozilla.com/thunderbird/">Thunderbird Email Reader</a> from
 
200
Mozilla.
 
201
</td></tr>
 
202
 
 
203
 
 
204
<tr><td valign="top">
 
205
<a href="http://www.ge.com/">
 
206
<img src="images/foreignlogos/ge.gif" border="0"></a>
 
207
</td><td>
 
208
We believe that <a href="http://www.ge.com/">General Electric</a>
 
209
uses SQLite in some product or 
 
210
another because they twice wrote to the SQLite developers requesting 
 
211
the US Export Control Number for SQLite. So presumably GE is using
 
212
SQLite in something that they are exporting. But nobody
 
213
(outside of GE) seems to know what that might be.
 
214
</td>
 
215
 
 
216
 
 
217
<tr><td valign="top">
 
218
<a href="http://www.google.com/">
 
219
<img src="images/foreignlogos/google.gif" border="0"></a>
 
220
</td>
 
221
<td>
 
222
It is known that
 
223
<a href="http://www.google.com/">Google</a>
 
224
uses SQLite in their 
 
225
<a href="http://desktop.gooogle.com/mac/legal.html">Desktop for Mac</a>,
 
226
in <a href="http://code.google.com/apis/gears/api_database.html">Google Gears</a>,
 
227
in the <a href="http://code.google.com/android/">Android</a> cell-phone 
 
228
operating system, and in the 
 
229
<a href="http://www.google.com/chrome">Chrome Web Browser</a>.
 
230
People are suspicious that Google uses SQLite for lots of other things
 
231
that we do not know about yet.
 
232
Engineers at Google have made extensive contributions to the
 
233
full-text search subsystem within SQLite.
 
234
</td>
 
235
 
 
236
<tr><td valign="top">
 
237
<a href="http://www.intuit.com/">
 
238
<img src="images/foreignlogos/intuit.gif" border="0"></a></td>
 
239
<td>
 
240
<a href="http://www.intuit.com/">Intuit</a> apparently uses SQLite in 
 
241
<a href="http://www.quickbooks.com/">QuickBooks</a> and in
 
242
<a href="http://turbotax.intuit.com/">TurboTax</a> to judge from some error
 
243
reports from users seen 
 
244
<a href="http://community.intuit.com/posts/database-error-sqlite-error-code1">here</a> and
 
245
<a href="https://ttlc.intuit.com/post/show_full/cJf8mIhC4r4jjracfArQzM/when-i-try-to-update-turbotax-i-receive-an-unexpected-error-message">here</a>.
 
246
</td>
 
247
 
 
248
<tr><td valign="top">
 
249
<a href="http://www.mcafee.com/">
 
250
<img src="images/foreignlogos/mcaffee.gif" border="0"></a></td>
 
251
<td>
 
252
<a href="http://www.mcafee.com/">McAfee</a> uses SQLite in its antivirus 
 
253
programs.  
 
254
Mentioned <a href="http://www.mail-archive.com/sqlite-users@sqlite.org/msg16931.html">here</a> and implied 
 
255
<a href="http://forums.mcafeehelp.com/showthread.php?t=173519">here</a>.
 
256
</td>
 
257
 
 
258
 
 
259
<tr><td valign="top">
 
260
<a href="http://www.microsoft.com/">
 
261
<img src="images/foreignlogos/microsoft.gif" border="0"></a>
 
262
</td>
 
263
<td>
 
264
It can inferred from 
 
265
<a href="http://www.mail-archive.com/sqlite-users@sqlite.org/msg19226.html">traffic on the SQLite mailing list</a>
 
266
that at least one group within 
 
267
<a href="http://www.microsoft.com/">Microsoft</a>
 
268
is using SQLite in the development of a 
 
269
game program. No word yet if this game has actually been released or
 
270
if they are still using SQLite.
 
271
</td>
 
272
 
 
273
 
 
274
<tr><td valign="top">
 
275
<a href="http://www.php.net/">
 
276
<img src="images/foreignlogos/php.gif" border="0"></a>
 
277
</td><td>
 
278
The popular 
 
279
<a href="http://www.php.net/">PHP</a>
 
280
programming language comes with both SQLite2 and SQLite3 built in.
 
281
</td></t>
 
282
 
 
283
<tr><td valign="top">
 
284
<a href="http://www.python.org/">
 
285
<img src="images/foreignlogos/python.gif" border="0"></a>
 
286
</td><td>
 
287
SQLite comes bundled with the 
 
288
<a href="http://docs.python.org/lib/module-sqlite3.html">Python</a>
 
289
programming language since Python 2.5.
 
290
</td></tr>
 
291
 
 
292
<tr><td valign="top">
 
293
<a href="http://www.realbasic.com/">
 
294
<img src="images/foreignlogos/realbasic.gif" border="0"></a>
 
295
</td><td>
 
296
The <a href="http://www.realbasic.com/">REALbasic</a>
 
297
programming environment comes bundled with an enhanced version of 
 
298
SQLite that supports AES encryption.
 
299
</td></tr>
 
300
 
 
301
<tr><td valign="top">
 
302
<a href="http://www.skype.com/">
 
303
<img src="images/foreignlogos/skype.gif" border="0"></a>
 
304
</td><td>
 
305
There are 
 
306
<a href="http://www.mail-archive.com/sqlite-users%40sqlite.org/msg27326.html">multiple</a>
 
307
<a href="http://www.mail-archive.com/sqlite-users%40sqlite.org/msg27332.html">sightings</a>
 
308
of SQLite in the Skype client for Mac OS X and Windows.
 
309
</td></tr>
 
310
 
 
311
<tr><td valign="top">
 
312
<a href="http://www.toshiba.com/">
 
313
<img src="images/foreignlogos/toshiba.gif" border="0"></a>
 
314
</td><td>
 
315
A representative of 
 
316
<a href="http://www.toshiba.com/">Toshiba</a> wrote to the SQLite developers 
 
317
and requested the US Export Control Number for SQLite. We infer from this 
 
318
that Toshiba is exporting something from the US that uses SQLite, but we 
 
319
do not know what that something is.
 
320
</td></tr>
 
321
</table>
 
322