manyuanrong / dso

Simple Orm library for Deno based on deno_mysql

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I can't seem to find Association for Models

tksilicon opened this issue · comments

One-to-one – Each row in one table is linked (or related) to a single row in another table using a “key” column.
One-to-many – Each row in one table is linked (or related) to one, or more, rows in another table using a “key”
column.
Many-to-many – One, or more, rows in one table is linked (or related) to one, or more, rows in another table using a
“key” column.

Can I work on it @manyuanrong? Assign this to me.

Of course welcome