tursodatabase / libsql-experimental-python

libSQL API for Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Transaction isolation levels

penberg opened this issue · comments

Let's add support for the different Python sqlite3 module isolation levels, including auto-commit mode.

We now support auto-commit as of f9ae0e7, but we still need to implement the isolation levels.