tursodatabase / tursodatabase/libsql-client-ts

bun support

Open
#70 1 comment 6 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
576
Forks
69
PR merge metrics
No merged PRs in 30d

Description

Bun implements its own sqlite driver https://bun.sh/docs/api/sqlite
As the API is similar/identical to better-sqlite3, it might work out of the box by replacing the import statement.

Reference https://github.com/oven-sh/bun/issues/3407

Contributor guide

Open the contributing guide

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

Start by reviewing the current better-sqlite3 integration and Bun's SQLite API, including the linked Bun issue. Determine whether replacing the driver import is sufficient and verify the client works under Bun. Done means documented or tested Bun support without regressing existing SQLite usage.

Written by the indexing model from the issue text.

Assessment

Tech stack
bun, sqlite, typescript
Domain
databases
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
39/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.