Alex Yang

Results 510 comments of Alex Yang

> > I'm not sure if we should build an SQLite binding from scratch or if we should just copy some community dll/so/lib to fixtures. > > IMO we should...

I've added a [sqlite-extension-sample](https://github.com/nodejs/sqlite-extension-sample) here, built from GitHub CI, and copied here.

Im taking trip to japan, may slow progress on this PR

> @himself65 are you still interested in pursuing this? I think it would be useful functionality to have. I think it's relatively close to being able to land once the...

For the test fixtures, I'm not sure how to add a CI which build from source code?

There's one error from main branch https://github.com/nodejs/node/actions/runs/12147198883/job/33872885740 ?

https://github.com/nodejs/node/pull/56125

œ– should load extension successfully (2.57859ms) 21:34:26 Error: Could not load module /home/iojs/build/workspace/node-test-commit-aix/nodes/aix72-ppc64/out/Release/libsqlite_extension.so. 21:34:26 System error: No such file or directory 21:34:26 at TestContext. (file:///home/iojs/build/workspace/node-test-commit-aix/nodes/aix72-ppc64/test/sqlite/test-sqlite-extensions.mjs:18:6) 21:34:26 at Test.runInAsyncScope (node:async_hooks:211:14) 21:34:26...

> The problem isn't really that `main` isn't a string; it's that the `package.json` is invalid. We also discourage the use of `main` nowadays since `exports` replaces it. The question...