PepperX-Dev / SqliteGate Star 3 Code Issues Pull requests Treat SQLite like a real database server in .NET: writes queue, reads never block. One concurrency engine, three packages — ADO.NET, Dapper, EF Core.csharpdotnetnugetsqliteconcurrencyefcoreentity-framework-coredapperthread-safetyado-netwaldotnet-librarymicrosoft-data-sqlitesqlite-busydatabase-is-locked Updated Aug 21, 2026C#
CornerstoneCode / EntityFrameworkCore.Sqlite.Concurrency Star 2 Code Issues Pull requests Discussions Fix SQLite Error 5 'database is locked' (SQLITE_BUSY / SQLITE_BUSY_SNAPSHOT) in EF Core. Channel-based write queue, WAL mode, BEGIN IMMEDIATE, exponential retry, and bulk inserts 161x faster.csharpdotnetnugethigh-performancesqliteconcurrencyentity-frameworkdotnet-coresqlite3efcoreentity-framework-coreasp-net-corethread-safedotnet-librarybackground-servicewrite-ahead-loggingbulk-insertwal-modesqlite-busydatabase-locked Updated Jul 21, 2026C#