Source: /cirosantilli/sqlite-isolation-levels

= SQLite isolation levels
{c}
{wiki}

https://www.sqlite.org/pragma.html\#pragma_read_uncommitted mentions:

____
The default isolation level for SQLite is SERIALIZABLE
____

It does not appear possible to achieve the other two levels besides SERIALIZABLE and READ UNCOMMITED

https://www.sqlite.org/isolation.html