SQLite and EF Core Concurrency Tokens | Brice’s Blog
Entity Framework Core has great built-in support for optimistic concurrency control. The best way to utilize this on SQL Server is via a rowversion column. Unfortunately, SQLite has no such feature. This post shows how to implement similar functionality using a trigger.
SQLite and EF Core Concurrency Tokens | Brice’s Blog
Entity Framework Core has great built-in support for optimistic concurrency control. The best way to utilize this on SQL Server is via a rowversion column. Unfortunately, SQLite has no such feature. This post shows how to implement similar functionality using a trigger.
https://www.bricelam.net/2020/08/07/sqlite-and-efcore-concurrency-tokens.html