There are different systems (for different environments, languages) which helps to map schema to data structures in code, in databases, and do automatic glue code between them - ORM, etc.
Is there any common name/abbreviation (like ORM) for systems that in addition do mapping to user interface (in automatic/semi-automatic ways)?
Are there such systems? Of course it would require to select GUI templates for different parts of schema, maybe add a little logic at some places (declarative approach is preferable).
I remember that something similar was available at MS Access - it could automatically create UI Forms from schema or even queries. But I wonder if there are similar systems? (doesn't matter if it web GUI or desktop GUI).
I guess there can be library/framework for do this (Python, C#, Java, C++, PHP, etc), or stand-alone apps like MS Access.