sqlite: enable common flags - #57621
Conversation
|
Review requested:
|
|
Not sure whether this will be a problem, but this increases the binary size by 600KB. |
e4b93b9 to
9590dee
Compare
cjihrig
left a comment
There was a problem hiding this comment.
Not saying whether or not we should land this, but https://github.com/nodejs/node/blob/main/deps/sqlite/unofficial.gni should be updated, and there should be at least one test for each new API to prevent regressions.
Good point. Also, I think it would be good to have some benchmarks on sqlite implementations. |
9590dee to
0c1ec86
Compare
@cjihrig , what's the difference between .gyp and .gni file? |
0c1ec86 to
31c5aa5
Compare
They are for two different build systems. The .gyp file is used by the official build. The .gni file is used by the unofficial GN build. |
Thank you! |
Why not? And why not the Geopoly extension? |
For |
This PR enables flags that are common to other sqlite players in Node.js ecosystem:
This is related to #56476, even though it does not enable the RBU extension.
I see this as a good step toward the stabilization since it will make it easier for people from other dependencies.