-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Read-only transaction support #98
Comments
Hi, can I try implementing this? |
Hey @gavsidhu, absolutely, I tagged as "help wanted" so anyone interested can have a stab at it. Feel free to drop by our Discord if you need help with it. |
I'm wondering what does it mean to mark transaction in database/sql as read-only and if there's any benefit of doing that. |
I tested this with turso db shell and it seems that read only transactions don't work for hrana:
|
Confirmed that read only transactions work only for embedded replicas which this client does not support -> tursodatabase/libsql#1555 |
Report on Discord:
We do have support for read-only transactions in libSQL so let's look into implementing this.
The text was updated successfully, but these errors were encountered: