Re: Creating database tables from queries based on ORM API?

Oleg Broytman <[email protected]> Tue, 16 Apr 2019 14:27:02 +0200
Newsgroups gmane.comp.python.sqlobject
Message-ID <[email protected]>
On Tue, Apr 16, 2019 at 01:10:54PM +0200, Markus Elfring <[email protected]> wrote:
> > Ic SQLObject one has classes that correspond to tables:
> 
> Can the class hierarchy grow?

   SQLObject supports 2 kinds of inheritance: see

http://sqlobject.org/FAQ.html#how-does-inheritance-work and

http://sqlobject.org/Inheritance.html

   And of course classes can be simply inherited without creating SQL
tables.

> Regards,
> Markus

Oleg.
-- 
    Oleg Broytman            https://phdru.name/            [email protected]
           Programmers don't die, they just GOSUB without RETURN.