Polypheny-DB icon indicating copy to clipboard operation
Polypheny-DB copied to clipboard

Make the dataReadOnly property of data-sources a column property

Open nilshansen94 opened this issue 3 years ago • 0 comments

The architecture of data-sources makes it possible to specify if a whole source is writable or not, using the dataReadOnly property. A very useful feature would be to make the dataReadOnly property a column property. With this, it would be possible to make certain columns writable, while others are read-only. For example, the name column of the Query-a-file-system source could be writable while the size column would be a read-only column.

nilshansen94 avatar Mar 29 '21 08:03 nilshansen94