Foreign Key Constraints are vital feature of any ORM.
After that implementation we can get creating tables with FK. So Second part of modification must be geting data with joins due FK.
Is there any update or plan for FK support?
What about support for table relationships? (one to many/many to many, etc)
Thanks in advance,
any news?
SQLite states that foreign keys are disabled by default, what if we pass these options
"PRAGMA foreign_keys = true"
as
var options = new SQLiteConnectionString(databasePath,
true,
somekey,
preKeyAction: db => db.Execute("PRAGMA foreign_keys = true"));
Will it work?
@praeclarum When will Foreign Key be introduced?
wow, 9 years and counting lol.
Most helpful comment
Is there any update or plan for FK support?
What about support for table relationships? (one to many/many to many, etc)
Thanks in advance,