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

Markus Elfring <[email protected]> Sat, 13 Apr 2019 18:38:32 +0200
Newsgroups gmane.comp.python.sqlobject
Message-ID <[email protected]>
>> This software situation can look different if there are additional
>> abstractions involved because of object-relational mapping.
>> Can a query object be passed as a parameter for a corresponding method call?
>
>    Certainly. Both SelectResults[1] and SQLBuilder[2]'s objects
> can be passed, they're just Python objects, no magic.
>
> 1. http://sqlobject.org/SelectResults.html
> 2. http://sqlobject.org/SQLBuilder.html

Do any of these classes trigger a table creation (CTAS command)
which is automatically mapped to another Python object?

Regards,
Markus