You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Are foreign keys supported using attributes or do I have to write custom Create statements to configure them?
Do you have some examples on how to enforce and configure them?
The text was updated successfully, but these errors were encountered:
Hey @ClassyCircuit, thanks for the question.
It seems SQLite-net does not have any Foreign Key support using attributes (praeclarum/sqlite-net#100) =/
So for now, using SQL with a "CREATE TABLE ..." statement is the only way to achieve that.
Are foreign keys supported using attributes or do I have to write custom Create statements to configure them?
Do you have some examples on how to enforce and configure them?
The text was updated successfully, but these errors were encountered: