libsql-experimental-python
libsql-experimental-python copied to clipboard
Transaction isolation levels
Let's add support for the different Python sqlite3 module isolation levels, including auto-commit mode.
We now support auto-commit as of f9ae0e706728c878257b0dd72ea77097b47d896e, but we still need to implement the isolation levels.