>>>>> Simon Slavin writes: >>>>> On 31 Dec 2011, at 4:10am, Ivan Shmakov wrote:
>> I wonder, if anyone has any experience with [1] (and where could one >> get the vfs_compress.c file, BTW?), or any other transparent >> compression implementations for SQLite? > Links to the code and a pre-build .dll are in the article, about > 2/3rds down the page. That's strange. For me, it reads like the following, with the links to the DLL (which is of little use to me), the SQLite's own download page and the amalgamation itself (both under http://www.sqlite.org/) and http://zlib.net/. Nowhere can I see a link to vfs_compress.c. (I've tried it both with Lynx and Iceweasel, and I've also checked the (X)HTML code itself, but to no avail.) TIA. --cut: http://blog.ashodnakashian.com/2011/09/sqlite-with-built-in-online-compression/ -- Download The code holds the same copyright claims as Sqlite, namely none. The code is experimental. Use it at your own risk. [78]Download the code and prebuilt DLL. This sqlite3.dll is version 3.7.7.1 amalgamation created with the default settings/flags from the amalgamation created from original sources by the original configure and make files. The compression code is added and it’s built using VS2010 Sp1 and statically liked to the runtime libraries, as such it has no dependencies. Building To build the code, first [79]download a recent Sqlite version. The [80]3.7.7.1 amalgamation is perfect. The [81]latest Zlib must also be downloaded and built. Add the Zlib headers to the include path, copy the vfs_compress.c file next to sqlite sources and build. Next, build sqlite3.c amalgamation (or the original sources) and link the binaries of sqlite3, vfs_compress and Zlib to create the executable. … References … 78. http://blog.ashodnakashian.com/wp-content/uploads/2011/09/sqlite3_compress.zip 79. http://www.sqlite.org/download.html 80. http://www.sqlite.org/sqlite-amalgamation-3070701.zip 81. http://zlib.net/ … --cut: http://blog.ashodnakashian.com/2011/09/sqlite-with-built-in-online-compression/ -- -- FSF associate member #7257 _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users