Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Consistent name for the "SQLite In 5 Minutes Or Less" document. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | branch-3.20 |
Files: | files | file ages | folders |
SHA3-256: |
14bfb3bcf4cb97aedbd39c4c70b015eb |
User & Date: | drh 2017-09-29 12:50:56.302 |
Context
2017-09-29
| ||
12:52 | Merge fixes from the 3.20 release branch (check-in: 521876cfa4 user: drh tags: trunk) | |
12:50 | Consistent name for the "SQLite In 5 Minutes Or Less" document. (Leaf check-in: 14bfb3bcf4 user: drh tags: branch-3.20) | |
12:11 | Fix another typo in cintro.html (check-in: 3454b92ec6 user: drh tags: branch-3.20) | |
Changes
Changes to pages/capi3ref.in.
︙ | ︙ | |||
230 231 232 233 234 235 236 | <h1 align="center"> C-language Interface Specification for SQLite </h1> <p>These pages are intended to be precise and detailed specification. For a tutorial introduction, see instead: <ul> | | | 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 | <h1 align="center"> C-language Interface Specification for SQLite </h1> <p>These pages are intended to be precise and detailed specification. For a tutorial introduction, see instead: <ul> <li>[quickstart | SQLite In 5 Minutes Or Less] and/or <li>the [cintro | Introduction To The SQLite C/C++ Interface]. </ul> This same content is also available as a <a href="../capi3ref.html">single large HTML file</a>. </p> <p>The SQLite interface elements can be grouped into three categories:</p> |
︙ | ︙ |