1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-12-24 14:17:58 +03:00

Documentation updates in preparation for the release of 3.3.3 stable. (CVS 3038)

FossilOrigin-Name: 6537b5713a9541ec5712ae2564a801a07f93f4c8
This commit is contained in:
drh
2006-01-30 16:20:29 +00:00
parent 8f238103ed
commit f04902e8f6
9 changed files with 78 additions and 60 deletions

View File

@@ -1,7 +1,7 @@
# This script generates the "docs.html" page that describes various
# sources of documentation available for SQLite.
#
set rcsid {$Id: docs.tcl,v 1.13 2005/09/08 11:04:57 drh Exp $}
set rcsid {$Id: docs.tcl,v 1.14 2006/01/30 16:20:30 drh Exp $}
source common.tcl
header {SQLite Documentation}
puts {
@@ -41,6 +41,11 @@ doc {SQL Syntax} {lang.html} {
doc {Version 3 C/C++ API<br>Reference} {capi3ref.html} {
This document describes each API function separately.
}
doc {Sharing Cache Mode} {sharedcache.html} {
Version 3.3.0 and later supports the ability for two or more
database connections to share the same page and schema cache.
This feature is useful for certain specialized applications.
}
doc {Tcl API} {tclsqlite.html} {
A description of the TCL interface bindings for SQLite.
}