SQLite isolation levels
ID: sqlite-isolation-levels
The default isolation level for SQLite is SERIALIZABLE
It does not appear possible to achieve the other two levels besides SERIALIZABLE and READ UNCOMMITED
New to topics? Read the docs here!
The default isolation level for SQLite is SERIALIZABLE
New to topics? Read the docs here!