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

Overview
Comment:Update the homepage to try to make it more clear that the SQLite4 effort has ended.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 042b75161802d9255a55a04e92ffbce701ae304b
User & Date: drh 2019-05-29 13:35:53.702
Context
2019-05-29
13:55
Fix type on the homepage. Leaf check-in: 1433690d7b user: drh tags: trunk
13:35
Update the homepage to try to make it more clear that the SQLite4 effort has ended. check-in: 042b751618 user: drh tags: trunk
2017-10-27
15:49
Update the README into a README.md and clearly state that work on SQLite4 has concluded, lest there be any doubt. check-in: c0b7f14c09 user: drh tags: trunk
Changes
Unified Diff Ignore Whitespace Patch
Changes to www/index.wiki.
1














2
3
4
5
6
7
8
<title>SQLite4</title>















  *  [./design.wiki | The Design Of SQLite4]
  *  [./prog-intro.wiki | Introduction to SQLite4 for Programmers]
  *  [./env.wiki | The Run-time Environment Object]
  *  [./varint.wiki | The Varint format]
  *  [./data_encoding.wiki | The Data Encoding]
  *  [./key_encoding.wiki | The Key Encoding]

>
>
>
>
>
>
>
>
>
>
>
>
>
>







1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<title>SQLite4</title>

<h1>This Is Probably Not The Project You Are Looking For</h1>

<p>SQLite4 was an experimental rewrite of SQLite that was active from
2012 through 2014.  <em>All development work on SQLite has ended.</em>
Lessons learned from SQLite4 have been folded into the main
[https://sqlite.org/|SQLite3] product.  SQLite4 was never released.
There are no plans to revive it.  You should be using
[https://sqlite.org/|SQLite3].

<p>This repository preserves the history of the SQLite4 experiment as
an historical artifact.  The code found here is non-functional and is
not maintained.


  *  [./design.wiki | The Design Of SQLite4]
  *  [./prog-intro.wiki | Introduction to SQLite4 for Programmers]
  *  [./env.wiki | The Run-time Environment Object]
  *  [./varint.wiki | The Varint format]
  *  [./data_encoding.wiki | The Data Encoding]
  *  [./key_encoding.wiki | The Key Encoding]