On Sun, 2 May 2010 20:31:15 +0100, Simon Slavin
<slav...@bigfraud.org> wrote:
>How are you seeing this ?  You send your SQL queries via HTTP and it answers 
>by replying with XML ?

XML or TAB-separated text. Using regexes, it's easy to parse data,
unless someone knows of a better way.
Besides, if there are a lot of SELECTed data, since any HTTP library
worth its salt handles GZIP, the server can zip data before sending
them over the wire.

Actually, it seems like this single-EXE SQLite server could be
achieved simply by ripping unneeded code from Dr. Hipp's other great
software, the Fossil source control management software:

www.fossil-scm.org

Ideally, the Windows version could be started either as a stand-alone
EXE or as a Service.

For those great C developers out there: What do you think of this
idea?

Thank you.

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

Reply via email to