A simple experiment on persistence/repository/controller generation based on db schema
This is an early version, the basic idea is generate a workable persistence layer using jpa and spring to provide an openapi for each table in the schema crawled. this version probably will work. still have some hard code ahead but then we are talking about what we love.
Thanks to bytebuddy and schema-crawler the thing works.
Metamodel processing.
Recommended articles:
###Maybe could help on this topic... https://martinfowler.com/data/