Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

node:sqlite and benchmarking #1266

Open
LqdBcnAtWork opened this issue Sep 25, 2024 · 0 comments
Open

node:sqlite and benchmarking #1266

LqdBcnAtWork opened this issue Sep 25, 2024 · 0 comments

Comments

@LqdBcnAtWork
Copy link
Contributor

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.

@LqdBcnAtWork LqdBcnAtWork changed the title node:sqlite and benchmarking node:sqlite and benchmarking Sep 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant