tursodatabase / tursodatabase/libsql-js

Typecheck fails compared to `better-sqlite3`

Open
#189 0 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.