bytechef
bytechef copied to clipboard
[task]: Merge Columns and Rows Properties into a Single Property
Improvement target
Simplify the insert and update action for database compoment by merging the columns and rows properties into a single property. This change will reduce redundancy and improve ease of use by eliminating the need to specify column names multiple times.
Improvement description
Introduce a new property which combines both column names and their corresponding values into a single array of objects. Each object in the array will represent a row, with key-value pairs where keys are column names and values are the corresponding data entries.
Observed Version
latest