if you speak about MySQL or POSTGRESQL
then you mean database server, not a web server.

Do you want to have a server where to connect for making your SELECT, UPDATE
DELETE, CREATE?
or do you want a webserver to just do some SELECT? (and having a XML, JSON
or whatever)

Best regards,
Sylvain


On Mon, May 3, 2010 at 2:43 PM, Gilles Ganault <gilles.gana...@free.fr>wrote:

> On Mon, 3 May 2010 14:41:10 +0200, Sylvain Pointeau
> <sylvain.point...@gmail.com> wrote:
> >How do you authenticate to your http sqlite web server?
> >is it not a security issue then?
>
> SQLite is meant for local use, so people interested in an SQLite
> server would operate on a small LAN, protected from the Net by a
> firewall.
>
> If authentication/obfuscation is needed, what about .htaccess and
> HTTPS?
>
> >is there something I didn't understand?
>
> I'd like a single EXE so it's as easy to deploy as SQLite. Otherwise,
> I'd just use MySQL or PostgreSQL.
>
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to