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

Markus Elfring <[email protected]> Sat, 13 Apr 2019 19:12:37 +0200
Newsgroups gmane.comp.python.sqlobject
Message-ID <[email protected]>
>> Do any of these classes trigger a table creation (CTAS command)
>> which is automatically mapped to another Python object?
>
>    No, not even ``CREATE TABLE``. And ``CREATE TABLE AS SELECT`` is not
> implemented in SQLObject at all.

Thanks for this clarification.


> Do you want to implement it?

I guess that I am not familiar enough with corresponding software
design constraints (at the moment).

Will such software extensions become more feasible?

Regards,
Markus