asyncqlio
asyncqlio copied to clipboard
Associative table relationships?
Trying to figure out how to best model an assoc (many-to-many) relationship in asyncqlio but haven't found any documentation on it.
No built-in support (yet). Just do two one-to-many on an intermediate table.
Thanks, I'll give that a try