Notions discussion of DB properties is interesting to read. Especially their relations
you get the feeling their model is indeed a real database underneath
it makes me wonder if i should consider that shape
we could export csv more easily, in fact that somewhat explains their “csv” export when you do a gdpr request. and the mapping directly to a table, calling them database (tables).
properties really do exist on every row in the table, youd probably want a file with table data, and then separately the table metadata (meaning of each column, icon, type/how to interpret it).
it doesn’t explain how something like multiselect tags work. I guess that’s a column property.