Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix a typo in whentouse.html. (Cherrypick from trunk) |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | branch-3.19 |
Files: | files | file ages | folders |
SHA3-256: |
8cd332487da61f86a4661e4a12569091 |
User & Date: | drh 2017-07-17 12:25:49.413 |
Context
2017-07-23
| ||
17:07 | Fix the hyperlinks to the mailing lists. (Leaf check-in: 2785e9dd6c user: drh tags: branch-3.19) | |
2017-07-17
| ||
12:47 | Merge typo fix from the 3.19 branch. (check-in: ee08220e84 user: drh tags: trunk) | |
12:25 | Fix a typo in whentouse.html. (Cherrypick from trunk) (check-in: 8cd332487d user: drh tags: branch-3.19) | |
10:16 | Fix a typo in whentouse.html (check-in: 9f1b8abdc8 user: drh tags: trunk) | |
2017-07-11
| ||
14:00 | Clarify how the % operator works. (check-in: 3cb8f4e5f2 user: drh tags: branch-3.19) | |
Changes
Changes to pages/whentouse.in.
1 2 3 4 5 6 7 8 9 10 11 12 | <title>Appropriate Uses For SQLite</title> <h1 align="center">Appropriate Uses For SQLite</h1> <p> SQLite is not directly comparable to client/server SQL database engines such as MySQL, Oracle, PostgreSQL, or SQL Server since SQLite is trying to solve a different problem. </p> <p> Client/server SQL database engines strive to implement a shared repository | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | <title>Appropriate Uses For SQLite</title> <h1 align="center">Appropriate Uses For SQLite</h1> <p> SQLite is not directly comparable to client/server SQL database engines such as MySQL, Oracle, PostgreSQL, or SQL Server since SQLite is trying to solve a different problem. </p> <p> Client/server SQL database engines strive to implement a shared repository of enterprise data. They emphasize scalability, concurrency, centralization, and control. SQLite strives to provide local data storage for individual applications and devices. SQLite emphasizes economy, efficiency, reliability, independence, and simplicity. </p> |
︙ | ︙ |