I am using the csharp-SQLite wrapper in my C# project.
Before, I used the same library but the syncro functions instead of the async.
I could use BeginTransaction. This function does not exist in the async calls.
How can I start and commit a transaction using async calls?