I'm trying to implement a encryption VFS, but it turned out it's too tedious 
and error prone. The main cause is that my simple VFS does not handle locking 
well (or not at all). This leads to database file corruption when inserting 
thousands of records (I believe).

Then I turned to the commercial SEE (http://www.hwaci.com/sw/sqlite/see.html). 
But it does not mention how it is implemented.

I searched the Internet and it seems that sqlite.c source file has this macro:

SQLITE_HAS_CODEC

But there is no documentation on this API.

I need enlightenment.                                     
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to