SQLite Forum

Sqlite3 doesn't support row level locking?
Login
> but sqlite3 insert so slow because it is locking all over the table.

It locks the whole file, not individual tables:

<https://www.sqlite.org/lockingv3.html>

> There aren't feature like row level locking like mysql InnoDB?

Nope. Note the "lite" part of the name.