Report on Discord:
Hi I got this error read only transactions are not supported when I execute transaction with readonly option set to true
db.BeginTx(ctx, &sql.TxOptions{
ReadOnly: true,
})
We do have support for read-only transactions in libSQL so let's look into implementing this.
Report on Discord:
We do have support for read-only transactions in libSQL so let's look into implementing this.