tursodatabase / tursodatabase/libsql-client-ts
TRANSACTION_CLOSED issue with Prisma
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 576
- Forks
- 69
- PR merge metrics
- No merged PRs in 30d
Description
Someone reported that with the following Prisma example, they're always getting TRANSACTION_CLOSED error on the first write:
https://www.prisma.io/blog/prisma-turso-ea-support-rXGd_Tmy3UXX
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the Prisma example linked in the issue and trace the first write that produces TRANSACTION_CLOSED in the libsql-client-ts codebase. The issue does not name an entry point or test; done means determining the cause and confirming that the example's first write no longer fails.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- sqlite, typescript
- Domain
- databases
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100