Re: [sqlite] Web application with SQLite

2013-12-31 Thread Kevin Benson
On Tue, Dec 31, 2013 at 6:17 PM, Tim Johnson wrote: > * Eduardo [131231 07:11]: > > > > You can check mongoose webserver. It uses LUA for scripting web pages > > (similar to PHP but with LUA) and Sqlite for db access from LUA. > > I found what I believe

Re: [sqlite] Web application with SQLite

2013-12-31 Thread Tim Johnson
* Eduardo [131231 07:11]: > > You can check mongoose webserver. It uses LUA for scripting web pages > (similar to PHP but with LUA) and Sqlite for db access from LUA. I found what I believe is the mongoose page at https://code.google.com/p/mongoose/ Very interesting!

Re: [sqlite] Web application with SQLite

2013-12-31 Thread Eduardo
> Understood. Thanks Sorry if I'm late. There's no difference between developing a formal application and a Web application from the Sqlite point of view. You can check mongoose webserver. It uses LUA for scripting web pages (similar to PHP but with LUA) and Sqlite for db access from LUA.

Re: [sqlite] Web application with SQLite

2013-12-30 Thread Tim Johnson
Understood. Thanks * Mohd Radzi Ibrahim [131229 13:54]: > fossil is a webserver by itself with sqlite as the database engine. AFAIK, > there's no scripting language used on the server. All written in C. > > > > On Mon, Dec 30, 2013 at 1:02 AM, Tim Johnson

Re: [sqlite] Web application with SQLite

2013-12-29 Thread Mohd Radzi Ibrahim
fossil is a webserver by itself with sqlite as the database engine. AFAIK, there's no scripting language used on the server. All written in C. On Mon, Dec 30, 2013 at 1:02 AM, Tim Johnson wrote: > * Stephan Beal [131229 07:48]: > > On Sun, Dec 29,

Re: [sqlite] Web application with SQLite

2013-12-29 Thread Tim Johnson
* Stephan Beal [131229 07:48]: > On Sun, Dec 29, 2013 at 5:35 PM, Tim Johnson wrote: > > > :) And if I request http://www.sqlite.org/src/timeline/index.php > > I get the same page, so Igor, Mr. Hipp uses PHP as the 'querying' > > code, or so I

Re: [sqlite] Web application with SQLite

2013-12-29 Thread Stephan Beal
On Sun, Dec 29, 2013 at 5:35 PM, Tim Johnson wrote: > :) And if I request http://www.sqlite.org/src/timeline/index.php > I get the same page, so Igor, Mr. Hipp uses PHP as the 'querying' > code, or so I presume. > LOL! If you try /timeline/foo/bar/baz you'll get the

Re: [sqlite] Web application with SQLite

2013-12-29 Thread Richard Hipp
On Fri, Dec 27, 2013 at 4:14 PM, Igor Korot wrote: > Hi ALL, > Does people use SQLite for Web development? Or web apps are written > only with mySQL/MS SQL? > The www.sqlite.org site uses SQLite, of course. That site gets between 200K and 300K HTTP requests per day,

Re: [sqlite] Web application with SQLite

2013-12-28 Thread Tim Johnson
* Igor Korot [131227 12:16]: > Hi ALL, > Does people use SQLite for Web development? Or web apps are written > only with mySQL/MS SQL? Drupal can use sqlite as its default database. I have used both sqlite and MySQL with drupal. SQLite is offered as on option at the

Re: [sqlite] Web application with SQLite

2013-12-27 Thread RSmith
To add to other answers: SQLite is a great DB back-end - I believe the Website at www.sqlite.org and Fossil repositories hosting the code there are all running on SQLite (if you fancy browsing an SQLite site to compare). PHP natively supports SQLite, MySQL, Postgres and MSSQL, which means the

Re: [sqlite] Web application with SQLite

2013-12-27 Thread Simon Slavin
On 27 Dec 2013, at 9:14pm, Igor Korot wrote: > Does people use SQLite for Web development? Or web apps are written > only with mySQL/MS SQL? I use SQLite databases to run about 10 web-facing applications for my department. The applications are written in JavaScript, but

Re: [sqlite] Web application with SQLite

2013-12-27 Thread Rob Willett
Igor Suggest you look at http://www.sqlite.org/whentouse.html Your questions are very broad and don’t really have a right or wrong answer. You might as well start a flame war by asking the best language for software development. Everybody has their own version of the truth, mine happens to