really excited to play with hyperdrive π Does it have any usability with rust workers? (ping plz)
really excited to play with hyperdrive
Does it have any usability with rust workers? (ping plz)
node:buffer, node:crypto, etc. stuffs via nodejs_compat compat flag.pg directly requires enabling the older node_compat, but in doing so, I can no longer use nodejs_compat and any node: stuff in my own code.wrangler dev? I want to point it to Postgres running on my machine. I'm looking to continue using RDS HTTP API for everything that is deployed.
tokio-postgres and connection pooling don't like each other, so you have to resort to query_raw and whatnot which isn't the nicest.



I think requiring an explicit port number in the connection string is a bit odd and non-standard, though. Could you default it to 5432 like everyone else?
My suspicion is that the id can only be used from within my own account, and so it isn't?
wrangler.toml for bindings will not be secret, I think it would be an extremely bad look if an Internet security company made you enter in a secret value into a config that should be pushed to git During the public beta, your account will need to be explicitly enabled by the Cloudflare team.this still true? can I have it?
node:buffernode:cryptotokio-postgresquery_rawwasm_bindgen