Re: Creating database tables from queries based on ORM API?
Markus Elfring <[email protected]> Tue, 16 Apr 2019 13:10:54 +0200
| Newsgroups | gmane.comp.python.sqlobject |
|---|---|
| Message-ID | <[email protected]> |
>> I would prefer then that corresponding classes will be loaded (or imported) >> only if the code for such functionality will be used at all finally. > > That's not how SQLObject is structured and intended to be used. Thanks for this information. > Ic SQLObject one has classes that correspond to tables: Can the class hierarchy grow? > It'd be best if a pull request or a patch will be accompanied with > tests and docs. I tend to check the general change acceptance for some software extensions before more concrete adjustments. Regards, Markus