|
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, written and maintained by the original developer.
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 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.
Three separate mailing lists have been established to help support SQLite:
Most users of SQLite will want to join the sqlite-announce list and many will want to join the sqlite-users list. The sqlite-dev list is more specialized and appeals to a narrower audience. Off-site archives of the sqlite-users list are available at:
http://www.mail-archive.com/sqlite-users%40sqlite.org/
http://marc.info/?l=sqlite-users&r=1&w=2
http://news.gmane.org/gmane.comp.db.sqlite.general
Use the mailing list. Please do not send email directly to the author of SQLite unless:
*** DRAFT ***