tursodatabase / tursodatabase/libsql-js
Typecheck fails compared to `better-sqlite3`
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 335
- Forks
- 48
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 3
Description
Regression from the napi-rs conversion:
90 sqlite = new LibSql(dbPath, sqliteOptions)```
Contributor guide
No contributing guide indexed for this repository
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
Open src/server/helpers/collections/sqlite/SqliteConnection.ts at line 90 and inspect the LibSql assignment against its declared Database type. Reproduce the TypeScript check to confirm the TS2740 error. Done means the typecheck no longer reports this incompatibility after the napi-rs conversion.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- sqlite, typescript
- Domain
- databases, tooling
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100