On 4 Oct 2009, at 7:08pm, Roger Binns wrote: > SQLite is used in Firefox for history and benchmarks. Why not > extrapolate > from the queries in the Firefox source code?
Also relevant: HTML5 gives Web JavaScript the ability to do SQL. If I recall correctly both FireFox and WebKit (i.e. Safari) do this using SQLite. So if you have access to an HTML5 browser you can do your testing and timing in that using JavaScript calls. A convenient way to test any client that supports a web browser without having to import/implement languages and libraries. <http://dev.w3.org/html5/webdatabase/> Simon. _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users