3
As the title itself says, there is something equivalent to FOR UPDATE
Mysql in Sqlite?
Example:
SELECT id FROM minha_tabela WHERE id=1 FOR UPDATE
I own a query that uses a unique line lock within a transaction in Mysql and would like to know if there is an alternative that achieves the same effect using Sqlite.