Skip to content

How can support bun native sqlite drive? #11236

@seepine

Description

@seepine

Feature Description

I want to use bun sqlite

The Solution

eg

const AppDataSource = new DataSource({
    type: "bun-sqlite",
    database: "sqlite.db",
})

Considered Alternatives

use sqlite or better-sqlite, but build as docker alpine image with bun cannot work.

Additional Context

No response

Relevant Database Driver(s)

  • aurora-mysql
  • aurora-postgres
  • better-sqlite3
  • cockroachdb
  • cordova
  • expo
  • mongodb
  • mysql
  • nativescript
  • oracle
  • postgres
  • react-native
  • sap
  • spanner
  • sqlite
  • sqlite-abstract
  • sqljs
  • sqlserver

Are you willing to resolve this issue by submitting a Pull Request?

Yes, I have the time, but I don't know how to start. I would need guidance.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions