Re: Creating database tables from queries based on ORM API?
Markus Elfring <[email protected]> Tue, 16 Apr 2019 14:57:14 +0200
| Newsgroups | gmane.comp.python.sqlobject |
|---|---|
| Message-ID | <[email protected]> |
> SQLObject supports 2 kinds of inheritance: I am used to a stronger usage of inheritance for powerful software developments. > And of course classes can be simply inherited without creating SQL tables. This is good to know. But my clarification request should deal with intentional table creation for computation results from selected database queries. How can the specified table name be mapped to an additional Python object by an extended application programming interface? Regards, Markus