eclipse-esmf / esmf-sdk

Load Aspect Models and their artifacts as Java code; share components to realize SAMM as code
https://eclipse-esmf.github.io/esmf-developer-guide/index.html
Mozilla Public License 2.0
22 stars 12 forks source link

[Task] Make SQL schema generation customizable with custom columns #587

Closed atextor closed 2 weeks ago

atextor commented 3 weeks ago

Is your task related to a problem? Please describe. In #584, generation of SQL schemas for Aspect Models was addressed. In some cases, generated tables should contain additional, implementation-specific columns that don't directly map to Properties from the Aspect Model. It should be possible to give definitions for such custom columns when generating the SQL script.

Describe the solution you'd like Add arguments in the Java API, command line arguments in samm-cli and configuration parameters in the Maven plugin that allows adding custom column.

github-actions[bot] commented 2 weeks ago

Release v2.8.0 addresses this.