1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-30 19:03:16 +03:00

Fix documentation typo: The name of the competing database engine is

"Firebird", not "Firefox". (CVS 3185)

FossilOrigin-Name: 8be6a39d7108839b0fb298a2d536d68ebca86d66
This commit is contained in:
drh
2006-05-11 13:33:14 +00:00
parent ffe0f8901e
commit 2886cc0783
3 changed files with 9 additions and 9 deletions

View File

@ -1,4 +1,4 @@
set rcsid {$Id: different.tcl,v 1.6 2005/09/08 11:04:57 drh Exp $}
set rcsid {$Id: different.tcl,v 1.7 2006/05/11 13:33:15 drh Exp $}
source common.tcl
header {Distinctive Features Of SQLite}
puts {
@ -89,7 +89,7 @@ feature small {Compact} {
Most other SQL database engines are much larger than this. IBM boasts
that it's recently released CloudScape database engine is "only" a 2MiB
jar file - 10 times larger than SQLite even after it is compressed!
Firefox boasts that it's client-side library is only 350KiB. That's
Firebird boasts that it's client-side library is only 350KiB. That's
50% larger than SQLite and does not even contain the database engine.
The Berkeley DB library from Sleepycat is 450KiB and it omits SQL
support, providing the programmer with only simple key/value pairs.