My issue with using the Supabase client is that it's HTTP like you said, I can't use transactions wh
My issue with using the Supabase client is that it's HTTP like you said, I can't use transactions which is pretty much a requirement
pg library on Workers requires node_compat which I don't think you can enable on Pageswrangler pages dev ./public --compatibility-flags=nodejs_compat nodejs_compat and node_compat are confusingly very different thingsnode_compat is a set of polyfills which is what pg wantsnodejs_compat are some node: modules made available at runtimepages dev supports --node-compat but pages deploy doesn'tservice core:user:worker: No such compatibility flag: node_compatwrangler pages dev ./public --kv STORE i would like to:.wrangler/state/STORE/:id. Is there an equivalent way to do that with wrangler 3.x sqlite? Or more ideally to use the production data from the remote KV?wrangler kv put --local --binding STORE <value to add to local KVwrangler pages dev ./public --compatibility-flags=nodejs_compatpages deployservice core:user:worker: No such compatibility flag: node_compatwrangler pages dev ./public --kv STORE.wrangler/state/STORE/:idwrangler kv put --local --binding STORE <value