ManyDesigns / Portofino

Portofino 5 is the next generation of the open-source low-code web framework Portofino. Its purpose is to help developers create modern, responsive enterprise applications with REST APIs and an Angular UI.
http://portofino.manydesigns.com
Other
180 stars 55 forks source link

Model editing APIs #448

Open alessiostalla opened 3 years ago

alessiostalla commented 3 years ago

Create, update, delete tables, columns, ... by acting on the model.

Probably would be best done after the model DSL effort so that we can leverage model listeners. Each operation on the model (by the user) would create and save a new Liquibase changeset.

alessiostalla commented 2 years ago