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-30 Thread Tim Johnson
Understood. Thanks * Mohd Radzi Ibrahim <imra...@gmail.com> [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

Re: [sqlite] Web application with SQLite

2013-12-29 Thread Tim Johnson
* Stephan Beal <sgb...@googlemail.com> [131229 07:48]: > On Sun, Dec 29, 2013 at 5:35 PM, Tim Johnson <t...@akwebsoft.com> 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

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] General setup on Mac OSX 10.7

2012-12-16 Thread Tim Johnson
* Simon Slavin <slav...@bigfraud.org> [121216 15:07]: > > On 16 Dec 2012, at 11:10pm, Tim Johnson <t...@akwebsoft.com> wrote: > > > I've recently set up drupal on my workstation which is hosting Mac > > OSX 10.7. I would welcome > > 1)Recommendations on

[sqlite] General setup on Mac OSX 10.7

2012-12-16 Thread Tim Johnson
Greetings : I've recently set up drupal on my workstation which is hosting Mac OSX 10.7. I would welcome 1)Recommendations on what I should install to manage sqlite 2)How they should be installed NOTE: macports works well for me but alternative suggestions are welcomed. The macports list re

Re: [sqlite] Installing _sqlite3.so for Python 2.7 on ubuntu

2011-03-27 Thread Tim Johnson
* Tim Johnson <t...@johnsons-web.com> [110327 16:59]: > I have python 2.6 on my ubuntu 10.04 workstation. > the sqlite module imports without a problem. > > I have installed python 2.7 by compiling it. > There is no /usr/local/lib/python2.7/lib-dynload/_sqlite3.so, > so am

[sqlite] Installing _sqlite3.so for Python 2.7 on ubuntu

2011-03-27 Thread Tim Johnson
I have python 2.6 on my ubuntu 10.04 workstation. the sqlite module imports without a problem. I have installed python 2.7 by compiling it. There is no /usr/local/lib/python2.7/lib-dynload/_sqlite3.so, so am getting an import error. What do I need to do? FYI: Programmer 24 years, linux 11 years,