"PostgREST serves a fully RESTful API from any existing PostgreSQL database. It provides a cleaner, more standards-compliant, faster API than you are likely to write from scratch."
Sidenote: Anyone had any experience using postgrest? Any good?
It's pretty nice to work with for internal CRUD applications and prototyping, once support for stored functions [0] is completed it'll be tremendously more useful.
I don't think this is the database's job. However, lots of frameworks do code generation. With Yii you can supply a database and it'll generate the necessary controllers, models and views.
Well, I did a terminal-like, request/response user interface for PostgreSQL when I got carried away with a homework assignment. It had a menu system several layers deep.
I assume one could do the same by having it generate html and javascript.
it would be very impressive, if postgresql could generate it's own CRUD interface (select option: angular / react)
so much tedious frame-work could be just dropped.