On Wed, Apr 16, 2008 at 04:50:43PM +0400, Oleg Broytmann wrote:
> On Wed, Apr 16, 2008 at 02:41:48PM +0200, Klaus Nowikow wrote:
> > Anyway, are there any pointers to documentation on how to implement
> > such backends
> 
>    There is no, but you can look at at the code implemented SQLite,
> PostgreSQL and MySQL backends (the most elaborated backends in SQLObject)
> and see the methods (and their signatures) they override (from
> DBConnection) to implement backend-specific features.
>    Look also at converters.py - there is some backend-specific code, too.

   SQLObject is oriented towards using Python DB API: connection => cursor
=> execute => fetch, so if Mozilla doesn't expose a connection to SQLite
you will need to override more methods.

Oleg.
-- 
     Oleg Broytmann            http://phd.pp.ru/            [EMAIL PROTECTED]
           Programmers don't die, they just GOSUB without RETURN.

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
sqlobject-discuss mailing list
sqlobject-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss

Reply via email to