Existing documentation URL(s)
What changes are you suggesting?
cloudflare/workers-sdk#13798 (comment)
tokio-postgres is not supported. And in fact, it's not usable in many cases, for example, connection will be closed if there's CTE or user-defined type (I cannot ensure which is the real reason in my practice).
(EDIT: it's user-defined type leads hyperdrive shutdown the connection)
Maybe it should be removed or marked as highly unrecommended.
Additional information
No response
Existing documentation URL(s)
What changes are you suggesting?
cloudflare/workers-sdk#13798 (comment)
tokio-postgresis not supported. And in fact, it's not usable in many cases, for example, connection will be closed if there's CTE or user-defined type (I cannot ensure which is the real reason in my practice).(EDIT: it's user-defined type leads hyperdrive shutdown the connection)
Maybe it should be removed or marked as highly unrecommended.
Additional information
No response