|
sqlite-users General discussion for programmers using SQLite in their applications. This is probably the mailing list you want! sqlite-dev Conversations about SQLite internals, for those who work directly on enhancing SQLite itself. sqlite-announce Announcements of new SQLite releases.
If you would like professional support for SQLite or if you want custom modifications performed by the original author of SQLite, these services are available for a modest fee. For additional information visit http://www.hwaci.com/sw/sqlite/prosupport.html or contact:
D. Richard Hipp Hwaci - Applied Software Research 704.948.4565 drh@hwaci.com |
The core SQLite library found on this website is in the public domain. But there also exist proprietary, licensed extensions to SQLite.
The SQLite Encryption Extension (SEE) will read and write database file encrypted using 128-bit or 256-bit AES.
The SQLite Compressed and Encrypted Read-Only Database (CEROD) extension will read a database file that is both compressed and encrypted.
The ZIPVFS extension will both read and write database files that is both compressed and optionally encrypted using application-supplied compression and encryption routines.
The 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 100% branch test coverage.