Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix typo in the appfileformat.html document. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | branch-3.19 |
Files: | files | file ages | folders |
SHA3-256: |
67789bcd0487a631a03c8a41b97bc65a |
User & Date: | drh 2017-07-09 18:49:46.773 |
Context
2017-07-10
| ||
18:11 | Typo fixes. (check-in: 2a08b85198 user: drh tags: branch-3.19) | |
2017-07-09
| ||
18:49 | Fix typo in the appfileformat.html document. (check-in: 67789bcd04 user: drh tags: branch-3.19) | |
2017-07-03
| ||
11:01 | Fix a typo in the FOREIGN KEY documentation. (check-in: 58cb4dd691 user: drh tags: branch-3.19) | |
Changes
Changes to pages/appfileformat.in.
︙ | ︙ | |||
131 132 133 134 135 136 137 | <p>As with custom file formats, and unlike pure pile-of-file formats, a wrapped pile-of-files format is not as easy to edit, since usually the entire file must be rewritten in order to change any component part. </ol> <p>The purpose of this document is to argue in favor of a fourth | | | 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 | <p>As with custom file formats, and unlike pure pile-of-file formats, a wrapped pile-of-files format is not as easy to edit, since usually the entire file must be rewritten in order to change any component part. </ol> <p>The purpose of this document is to argue in favor of a fourth new category of application file format: An SQLite database file. <h2>SQLite As The Application File Format</h2> <p> Any application state that can be recorded in a pile-of-files can also be recorded in an SQLite database with a simple key/value schema like this: |
︙ | ︙ |