Vivek, I build web based tools for the telecom industry, mostly using Perl.
I would ask if you are building a CGI or mod_perl web site? CGI will be easier to start with, mod_perl will take you farther; but that has nothing to do with SQLite. Have a look at http://perl.apache.org There was a time when I would evaluate requirements to see if the suggested [or existing] database could be replaced with MySQL. Almost always new work could be done in MySQL. Now I find myself rebuilding tools I wrote to replace MySQL with SQLite. Not being able to perform remote queries is a pain, but these were relatively few, and by using an HTTP request, I have been able to rewrite clients to be simple web clients as opposed to database clients. Hope this helps, Christian Werner -----Original Message----- From: Rajan, Vivek K [mailto:[EMAIL PROTECTED] Sent: Friday, May 05, 2006 12:29 AM To: sqlite-users@sqlite.org Subject: [sqlite] sqlite driven web-site Dear SQLite community- I want to develop a dynamic web-site (for small group of people < 5-10). For this I am thinking of using SQLite. Couple of questions: * Are there some docs and/or package available to do something like this? * I would like to use perl as the programming interface - this is most what I am familiar with Has someone done something like that and would share their experience on this topic. Vivek