libsql-experimental-python
libsql-experimental-python copied to clipboard
libSQL API for Python (experimental)
I am trying to install the latest v0.0.34 on my machine (Intel Mac, Monterey and Python v3.8.19). It fails with following: ``` pip install libsql-experimental Collecting libsql-experimental Using cached libsql_experimental-0.0.34.tar.gz...
Hi, I was trying to install libsql_experimental into my conda environment on W11 by using: `pip install libsql-experimental` But this ends unsuccessfully by printing the following: ``` Collecting libsql-experimental Using...
``` conn = libsql.connect(f"file:/path/to/data.db", sync_url=url, auth_token=auth_token) ``` returns `ValueError: Failed to connect to database: `IO error: No such file or directory (os error 2)`
This fixes #54 and adds a test for the same.
I am trying to setup django with client but as django uses QUOTE function, this is being interpreted as invalid column type. Small repro is here: ```python import libsql_experimental as...
Currently, every time the embedded replica is called it emits some logs: ``` 2024-03-01T12:59:25.195724Z INFO libsql_replication::replicator: Attempting to perform handshake with primary. 2024-03-01T12:59:25.195778Z INFO libsql::replication::remote_client: Attempting to perform handshake with...
Let's implement a SQLAlchemy dialect like we have for the other libsql package: https://github.com/libsql/sqlalchemy-libsql
Right now installing libsql is slow because it compiles on the machine. We should upload and distribute pre built wheel for faster installations
``` ValueError: Hrana: `api error: `{"message":"The stream has expired due to inactivity","code":"STREAM_EXPIRED"}`` ``` Keep getting this unrecoverable error in my application which sparsely runs SQL queries. https://github.com/tursodatabase/libsql/issues/985 https://github.com/tursodatabase/go-libsql/issues/12 Same issue...