Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix a typo in the when-to-use page. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | branch-3.31 |
Files: | files | file ages | folders |
SHA3-256: |
ee17d2f67b3671a96bcaf634e0a59001 |
User & Date: | drh 2020-02-22 12:54:01.421 |
Context
2020-02-26
| ||
11:09 | Fix a formatting problem in rescode.html. (check-in: d35032eb7f user: drh tags: branch-3.31) | |
2020-02-22
| ||
12:54 | Fix a typo in the when-to-use page. (check-in: ee17d2f67b user: drh tags: branch-3.31) | |
12:53 | Fix a typo in the when-to-use page. (check-in: 556d3bb6c4 user: drh tags: trunk) | |
2020-02-21
| ||
15:57 | Fix typos in the testing.html document. (check-in: d4e9b24066 user: drh tags: branch-3.31) | |
Changes
Changes to pages/whentouse.in.
︙ | ︙ | |||
401 402 403 404 405 406 407 | </li> <li><p><b>Otherwise → choose SQLite!</b></p> <p>For device-local storage with low writer concurrency and less than a terabyte of content, SQLite is almost always a better solution. SQLite is fast and reliable and it requires no configuration or maintenance. | | | 401 402 403 404 405 406 407 408 409 410 | </li> <li><p><b>Otherwise → choose SQLite!</b></p> <p>For device-local storage with low writer concurrency and less than a terabyte of content, SQLite is almost always a better solution. SQLite is fast and reliable and it requires no configuration or maintenance. It keeps things simple. SQLite "just works". </li> </ol> |