Sylvain Pointeau schrieb:
> option 1: a database server using sqlite behind the scene:
> - which language / protocole to use ?
> - which is the security model? (forget .htaccess, this is for apache /
> webserver)
> 
> option 2: web server using http
> - only SELECT statements?
> - returning JSON or whatever?
> - which protocole to use then? (there is no normalized protocole to do that)

You could take the Tcl WUB webserver, which already implements a SQLQ
domain from an sqlite DB and use that. Easy to wrap in single file too.

See http://code.google.com/p/wub/source/browse/trunk/Domains/SqlQ.tcl

Michael

-- 
Michael Schlenker
Software Architect

CONTACT Software GmbH           Tel.:   +49 (421) 20153-80
Wiener Straße 1-3               Fax:    +49 (421) 20153-41
28359 Bremen
http://www.contact.de/          E-Mail: m...@contact.de

Sitz der Gesellschaft: Bremen
Geschäftsführer: Karl Heinz Zachries, Ralf Holtgrefe
Eingetragen im Handelsregister des Amtsgerichts Bremen unter HRB 13215
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to