Hi, I'm just getting started exploring the vfs capabilities of sqlite, and am interested in providing a binary blob argument to xCreate(), as that blob includes a schema description used to generate the CREATE TABLE statement. The existing argument interface is string based, so I'm wondering if there's a way to avoid doing something like base64 encoding the blob as a string, or something along those lines. Thanks for any tips.
Liam _______________________________________________ sqlite-users mailing list sqlite-users@mailinglists.sqlite.org http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users