SQLite Forum

how to set/test wear level algorithm using SQLite DB.
Login
> Is there any sqlite option/command to batch multiple commits? 

Your prior respondent gave you the answer: use [SQLite's transactions feature][1].

[1]: https://www.sqlite.org/lang_transaction.html