0
I have a schema in a Mysql database. I want to generate the web pages from the tables of this schema. Is there any generator of this in python?
A few years ago I was generating a "system" like this using Netbeans, in which I created the connection and from the connection I generated the entity classes and the entities generated the Jpas. With Jpas generated JSF interfaces with primefaces.
But I wanted something simpler and more direct.
Thank you.
Got a little confused your question... do you want to generate the pages from the schema in the bank? Without such a modeling in the application? Then I would have to read the database metadata, pull the tables, data types and do some processing. The way you want I’m finding it strange. Perhaps the question is not well explained.
– Igor Cavalcanti
Would that be... read the schema metadata and generate the crud.
– Afonso Rodrigues
there is the Flask Table
– tomasantunes