Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Clarify wording in cintro.html. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
b9557433b1a9cb50a64c73fb361c83d4 |
User & Date: | drh 2016-05-16 15:41:25.780 |
Context
2016-05-18
| ||
10:55 | Last update to News and Changes prior to release. (check-in: c71ec9449d user: drh tags: trunk) | |
2016-05-16
| ||
15:41 | Clarify wording in cintro.html. (check-in: b9557433b1 user: drh tags: trunk) | |
2016-05-09
| ||
23:12 | Use > instead of > in documentation. (check-in: 4607eaf52f user: drh tags: trunk) | |
Changes
Changes to pages/cintro.in.
︙ | ︙ | |||
488 489 490 491 492 493 494 | <p> Shared libraries or DLLs can be used as [loadable extensions] to SQLite. <tcl>HEADING 1 {Other Interfaces}</tcl> <p> | | > | 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 | <p> Shared libraries or DLLs can be used as [loadable extensions] to SQLite. <tcl>HEADING 1 {Other Interfaces}</tcl> <p> This article only mentions the most important and most commonly used SQLite interfaces. The SQLite library includes many other APIs implementing useful features that are not described here. A [capi3ref_funclist | complete list of functions] that form the SQLite application programming interface is found at the [capi3ref | C/C++ Interface Specification]. Refer to that document for complete and authoritative information about all SQLite interfaces. |
︙ | ︙ |