SQLite Forum

Concurrent Multiple Write Transactions
Login

Concurrent Multiple Write Transactions

(1) By Rodrigo (RodrigoArroyo) on 2020-09-18 22:39:11 [source]

I read about SQLite's "BEGIN CONCURRENT" transactions in order to perform multiple write transactions concurrently. I access the SQLite Database using the C# programming language but I haven't found documentation or examples as to how to use this "BEGIN CONCURRENT" enhancement. I need two separate services to perform write transactions against the same Database concurrently.

Thanks in advance for any given support.