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

Oleg Broytman <[email protected]> Mon, 22 Apr 2019 23:00:58 +0200
Newsgroups gmane.comp.python.sqlobject
Message-ID <[email protected]>
On Mon, Apr 22, 2019 at 10:44:10PM +0200, Markus Elfring <[email protected]> wrote:
> >    I don't think UML sources will be changed frequently so it would be
> > enough to render diagrams offline and add graphics to the repository.
> 
> Can you become used to any more automatic generation of higher-level
> software documentation?

   If you've seen how SQLObject's test are ran at Travis and AppVeyor CI
you could guess I love and use automation. The requirements are: the
tools should preferably be free software and they must be available at
Travis (Ubuntu, ``apt get``) and AppVeyor CI (w32, nuget or chocolatey,
``choco install``).

> Regards,
> Markus

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