Replies: 2 comments
-
|
it would be nice to use cornucopia within cloudflare worker. cloudflare worker is a wasm-based edge computing platform. It currently provides a way to connect to tokio-postgres with their custom socket-connect function. currently sqlx is blocked there because not all of the dependencies are able to be compiled under wasm32. If I understand correctly, since the query generated by cornucopia are not tightly coupled with the underlying driver, I suppose one might be able to use the connection build within cloudflare-worker to substitute the generated one? |
Beta Was this translation helpful? Give feedback.
-
I'm gonna go ahead and convert this issue into a discussion since it's not directly actionable for now. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello
The db-first approach is wonderful, and opens up many possibilities.
I'm interested to hear if the following ideas would be possible, and if if so, what issues, if any, you see.
Beta Was this translation helpful? Give feedback.
All reactions