Should I prefer an external database

Graham Fawcett graham__fawcett at hotmail.com
Tue Apr 22 11:12:33 EDT 2003


Ian Bicking <ianb at colorstudy.com> wrote in message news:<mailman.1051001675.31208.python-list at python.org>...

> Now, that all said, you might want an external database with an
> object-relational mapper.  Using SQLObject (plug: http://sqlobject.org),
> you'd do it like:
> 
> from SQLObject import *
> 
>  [snipped code]


Oh, that's very interesting, Ian. I wasn't aware of the project. 

Do you have, or are you working toward, support for transactions?

I wonder, too, if you support Postgresql as a backend and if so, is
there any plan to use its inheritance features for mapping Python
subclasses. Just curious...

-- Graham




More information about the Python-list mailing list