libsql-experimental-python
libsql-experimental-python copied to clipboard
libSQL API for Python (experimental)
`libsql-experimental` version: 0.0.41 I'm trying to figure out how to pass a `null` value parameter. I believe using `None` is the expected way, but passing `None` results in the error:...
in python, `connection.in_transaction` is always `False`. I tried `isolation_level="EXCLUSIVE"` and/or `"BEGIN EXCLUSIVE"`. not sure if I'm doing something wrong. also, note that `auto_commit` is not a parameter in `connect()`: ```TypeError:...
## Summary This PR improves the documentation and example for using libSQL with a synced Turso database. The updates make setup clearer and replaces command line environment variables with a...
Trying to use conn.sync() based on [this example](https://github.com/tursodatabase/libsql-python/blob/main/examples/sync/main.py) returns the following error: ``` $ python3 sync_example.py Traceback (most recent call last): File "/path_redacted/sync_example.py", line 11, in conn = libsql.connect("local.db", sync_url=url,...