aaroned

Results 4 comments of aaroned

this seems like a pretty basic feature... how can we get it on the roadmap?

@AndriiSherman should this also include DELETE as well? `WITH deleted AS (DELETE FROM table WHERE condition IS TRUE RETURNING *) SELECT count(*) FROM deleted;`

I tried the `wss://` idea but quickly ran into issues on Vercel in production with HTTP 429 errors. Internally, it seems using `wss://` results in creating a websocket client, which...

I've had success using the latest version of @libsql/client and overriding the @libsql/hrana-client to the 0.8.0 version. My package.json looks like this: ` "dependencies": { ... "@libsql/client": "0.14.0", ... },...