SQLite Forum

Concurrent Multiple Write Transactions
Login

Concurrent Multiple Write Transactions

(1) By anonymous on 2020-09-18 22:25:36 [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.

(2) By Simon Willison (simonw) on 2020-09-18 23:19:10 in reply to 1 [link] [source]

This feature is currently in a separate branch. There's a little bit of information about the branch and how to use it on this page: https://www3.sqlite.org/cgi/src/doc/begin-concurrent/doc/begin_concurrent.md