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

Prepare for Alpha-3 (CVS 265)

FossilOrigin-Name: 9c9322eb46894860cd7c294cd19ce72614722a73
This commit is contained in:
drh
2001-09-25 01:50:59 +00:00
parent afa4a020f2
commit dd137a09d5
6 changed files with 326 additions and 13 deletions

View File

@ -1,7 +1,7 @@
#
# Run this TCL script to generate HTML for the index.html file.
#
set rcsid {$Id: index.tcl,v 1.40 2001/09/20 12:32:53 drh Exp $}
set rcsid {$Id: index.tcl,v 1.41 2001/09/25 01:51:00 drh Exp $}
puts {<html>
<head><title>SQLite: An SQL Database Engine In A C Library</title></head>
@ -37,7 +37,8 @@ on disk.</p>
stored in a single disk file.</li>
<li>Atomic commit and rollback protect data integrity.</li>
<li>Small memory footprint: about 12000 lines of C code.</li>
<li>Much faster than version 1.0!</li>
<li><a href="speed.html">Four times faster</a> than PostgreSQL.
Twice as fast as SQLite 1.0.</li>
<li>Very simple
<a href="c_interface.html">C/C++ interface</a> requires the use of only
three functions and one opaque structure.</li>