Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix a typo in whentouse.html |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
9f1b8abdc8a790cc4375ebac72471f16 |
User & Date: | drh 2017-07-17 10:16:26.819 |
Context
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) | |
10:15 | Fix a hyperlink to the STMT extension. (check-in: c9011466c1 user: drh tags: trunk) | |
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> |
︙ | ︙ |