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
GitHub
GitHub - googleapis/nodejs-spanner: Node.js client for Google Cloud...
Node.js client for Google Cloud Spanner: the world’s first fully managed relational database service to offer both strong consistency and horizontal scalability. - googleapis/nodejs-spanner
0 Replies