On 16 May 2011, at 10:50am, Enrico Thierbach wrote: > From my experience I would recommend you to convert your structure into some > kind text format. JSON, with the excellent and well-performing yajl library, > is usually my favorite choice here.
Enrico has a point. JSON is excellent for such things especially since it also parses out embedded arrays and such substructures. Of course, it's considerably slower than just BLOBbing the struct, but it has the additional advantage of yielding text code which is easier to handle. Simon. _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users