Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Add a mention of the ZIPVFS extension to the Support page. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
c6ec519b5378c16c5da77cf8a37a7ad1 |
User & Date: | drh 2013-03-18 21:54:32.735 |
Context
2013-03-19
| ||
20:00 | Improved documentation for PRAGMA foreign_key_check and foreign_key_list. (check-in: 72af2c4df1 user: drh tags: trunk) | |
2013-03-18
| ||
21:54 | Add a mention of the ZIPVFS extension to the Support page. (check-in: c6ec519b53 user: drh tags: trunk) | |
21:37 | Update the documentation on the SQLite TCL interface to talk about options to the "sqlite3" command and the "wal_hook" method. (check-in: c00d5a996d user: drh tags: trunk) | |
Changes
Changes to pages/support.in.
︙ | ︙ | |||
35 36 37 38 39 40 41 | <li><p> The [http://www.hwaci.com/sw/sqlite/see.html | SQLite Encryption Extension (SEE)] will read and write database file encrypted using 128-bit or 256-bit AES.</p></li> <li><p> The [http://www.hwaci.com/sw/sqlite/cerod.html | SQLite Compressed and Encrypted Read-Only Database (CEROD)] | | > > > > > | 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 | <li><p> The [http://www.hwaci.com/sw/sqlite/see.html | SQLite Encryption Extension (SEE)] will read and write database file encrypted using 128-bit or 256-bit AES.</p></li> <li><p> The [http://www.hwaci.com/sw/sqlite/cerod.html | SQLite Compressed and Encrypted Read-Only Database (CEROD)] extension will read a database file that is both compressed and encrypted.</p></li> <li><p> The [http://www.hwaci.com/sw/sqlite/zipvfs.html | ZIPVFS] extension will both read and write database files that is both compressed and optionally encrypted using application-supplied compression and encryption routines.</p></li> <li><p> The [TH3 | Test Harness #3 (TH3)] is an alternative set of test vectors for SQLite that verify the operation of SQLite in an as-deployed configuration on embedded platforms with [test coverage | 100% branch test coverage]. </li> </ul> |
︙ | ︙ |