are there any documents relating to using say sqlite from inside of webware? I haven't found any db docs on the webware site other than middlekit, which doesn't seem to be what I'm looking for. Any pointers to information would be appreciated.
Db access is independant of webware. You can use any python library for sqlite. middleKit is the webware proposed database management system but you are not obliged to. I personaly use SQLObject inside webware (it also supports sqlite but not tested). I find it MUCH easier than middlekit. Mike Partin wrote: > are there any documents relating to using say sqlite from inside of > webware? I haven't found any db docs on the webware site other than > middlekit, which doesn't seem to be what I'm looking for. Any pointers > to information would be appreciated. > > > ------------------------------------------------------- > This SF.Net email is sponsored by xPML, a groundbreaking scripting > language > that extends applications into web and mobile media. Attend the live > webcast > and join the prime developer group breaking into this new coding > territory! > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 > _______________________________________________ > Webware-discuss mailing list > Webware-discuss@... > https://lists.sourceforge.net/lists/listinfo/webware-discuss >