Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Side by Side Diff: third_party/sqlite/src/README.md

Issue 901033002: Import SQLite 3.8.7.4. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Chromium changes to support SQLite 3.8.7.4. Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 <h1 align="center">SQLite Source Repository</h1> 1 <h1 align="center">SQLite Source Repository</h1>
2 2
3 This repository contains the complete source code for the SQLite database 3 This repository contains the complete source code for the SQLite database
4 engine. Some test scripts are also include. However, many other test scripts 4 engine. Some test scripts are also include. However, many other test scripts
5 and most of the documentation are managed separately. 5 and most of the documentation are managed separately.
6 6
7 ## Compiling 7 ## Compiling
8 8
9 First create a directory in which to place 9 First create a directory in which to place
10 the build products. It is recommended, but not required, that the 10 the build products. It is recommended, but not required, that the
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
206 between SQLite and the underlying operating system using the run-time 206 between SQLite and the underlying operating system using the run-time
207 pluggable VFS interface. 207 pluggable VFS interface.
208 208
209 209
210 ## Contacts 210 ## Contacts
211 211
212 The main SQLite webpage is [http://www.sqlite.org/](http://www.sqlite.org/) 212 The main SQLite webpage is [http://www.sqlite.org/](http://www.sqlite.org/)
213 with geographically distributed backup servers at 213 with geographically distributed backup servers at
214 [http://www2.sqlite.org/](http://www2.sqlite.org) and 214 [http://www2.sqlite.org/](http://www2.sqlite.org) and
215 [http://www3.sqlite.org/](http://www3.sqlite.org). 215 [http://www3.sqlite.org/](http://www3.sqlite.org).
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698