Skip to content

node:sqlite and benchmarking #1266

Open
@LqdBcnAtWork

Description

@LqdBcnAtWork

If you haven't already seen this, Node.js has begun including their own built-in support for sqlite via "node:sqlite". Should we update the benchmark table to include data from this builtin?

Writing a bit of probably terrible code to make the benchmark work. It seems to be a lot better than node-sqlite3, but not quite as good as better-sqlite3. I'm sure some of the performance is lost due to the package being new and untested (and my terrible code). But otherwise it seems at least worth mentioning.

The biggest and most obvious downside is the requirement for the --experimental-sqlite flag. But it's 'already' at Stability 1.1. We'll see if it ever moves to 1.2 or 2.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions