Genfic / Ogma

Publish your stories, talk about them, categorize them to your heart's content
https://genfic.net
GNU General Public License v3.0
2 stars 1 forks source link

Use Linq2DB for better database stuff #38

Closed Atulin closed 12 months ago

Atulin commented 3 years ago

https://linq2db.github.io

The EF Core extension allows, among others:

Atulin commented 3 years ago

Done for blogposts with https://github.com/Atulin/Ogma/commit/d568ff5033c9198455668cb879a006a35b9cdca2

Atulin commented 3 years ago

Done for chapters with https://github.com/Atulin/Ogma/commit/23bafccca218bd333fa773e03f68d171a0d3b9f9

Atulin commented 12 months ago

No longer necessary with the recent additions to EF Core like .ExecuteUpdateAsync() and .ExecuteDeleteAsync()