Where are Zotero SQLite DB parent-child relationships stored?
I am trying to write a Python package that reads Zotero's database on my local computer. I was looking through the tables in ~/Zotero/zotero.sqlite and am unable to figure out how the parent-child relationships of research items & their attachments are stored.
Any insight as to which tables I should be looking at would be much appreciated. Thank you!
Any insight as to which tables I should be looking at would be much appreciated. Thank you!
parentItemID
initemAttachments
,itemNotes
, anditemAnnotations
this sounds like it's going to be a read tool, which shouldn't pose any risks