I'm currently trying to wrap my head around relationship classes and there seems to be a dearth of information on interacting with them beyond the ability to create them or describe them. Is reading from/writing to RCs not exposed in the arcpy API? Even in the GUI the RC object doesn't give me any ways to introspect it; I can't open it as a table to see *what* is in it, if anything.
Can I add relationships to it by providing the key pair? Is it an SQLite database like .stylx files are and I'd have to interact with it via the SQL python module? I can find a dozen example on *creating* a relationship class with arcpy but nothing beyond that--even finding the RC in the database in convoluted and only returns the describe object as opposed to the actual RC object itself.
If I can't interact with it meaningfully with arcpy, is it exposed in another API I can stumble my way through to modify it?