darkpool
CDCloudflare Developers
•Created by darkpool on 1/29/2025 in #workers-help
Is it possible to use spanner nodejs client library in workers?
Anyone know if it's possible to use the nodejs spanner client library in a cloudflare worker with node compatibility flags? I tried but failed so just wanted to check if it's a skill issue.
I get this error:
https://github.com/googleapis/nodejs-spanner
Edit: I've been manually refactoring the library but now running into this error:
"[unenv] child_process.exec is not implemented yet!"
it looks like wrangler 3.106.0 is using v2 of unenv which states child_process is compatibile but appears not
1 replies