Documentation Source Text

Check-in [1b99dd4dc8]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:An initial top-level README.md file.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 1b99dd4dc85f8227dbf8b8a08957c4ef5a7f4672
User & Date: drh 2017-03-15 23:10:23.584
Context
2017-03-16
12:55
Merge doc fixes from the 3.17.0 release. (check-in: bb08575574 user: drh tags: trunk)
2017-03-15
23:10
An initial top-level README.md file. (check-in: 1b99dd4dc8 user: drh tags: trunk)
20:51
Update the details of when the LIKE optimization is allowed, due to enhancements to the LIKE optimization logic in 3.18.0. (check-in: 7c122e0975 user: drh tags: trunk)
Changes
Unified Diff Ignore Whitespace Patch
Added README.md.






















>
>
>
>
>
>
>
>
>
>
>
1
2
3
4
5
6
7
8
9
10
11
## SQLite Documentation

This repository contains scripts used to generate the documentation
for [SQLite](https://www.sqlite.org/).  This repository also contains
much of the content of the documentation, though some of the content
is extracted from special comments in the SQLite sources and in the
[TH3](https://www.sqlite.org/th3.html) sources.

The repository also contains the source code to the custom web server
that is used to run the SQLite website.  See
The [misc/althttpd.c](/file/misc/althttpd.c) file.