libsql-client-ts
libsql-client-ts copied to clipboard
TypeScript/JavaScript client API for libSQL
We should consider adding [Changesets](https://github.com/changesets/changesets) so that releases (+ next/beta tags) are automated.
Sometimes when I build the site Prisma throws a socket hangup error. It also happens locally time to time, and if I hard refresh it goes away. Error: ![CleanShot 2024-08-27...
refs #138 changes: - add test for Deno to run example script in ci - allow Deno to use local file or `:memory:` by simply using `lib-esm/node.js` instead of `./lib-esm/web.js`...
I am facing the following issue when deploying in production. The app is developed using Next.js Tried using both the `latest` and `next` version. ``` ⨯ [Error: Cannot find module...
``` "dependencies": { "@libsql/client": "^0.15.1" } Operating System: • macOS 15.3.2 (Build 24D81) • Darwin Kernel 24.3.0 • Boot Mode: Normal Hardware: • Model: Mac mini (Mac16,10) • Chip: Apple...
## Description Hi! When accessing data from my site hosted on Vercel, I'm getting a 401 HTTP status code being thrown from the `@libsql/client` and I have no clue why....
## This is not a finished PR, it's to start a discussion so I can better understand how codeowners would want this work done, if at all ### What and...
It does not fix, but at least gives a user a chance to handle the problem. https://github.com/tursodatabase/libsql-client-ts/issues/309 I'm not sure how to test it as it happens only on windows...
Running examples/transactions example in a loop results in segfault on windows. If I run many transactions in a loop, they all succeed no matter how many transactions there are. But...
Hi, I'm hoping somebody could shed light on this error I'm getting when trying to deploy a Next.js app on Cloudflare ``` ✘ [ERROR] ⨯ Error: Neon: unsupported Linux architecture:...