Drizzle
I tried using drizzle to connect with supabase for edge function but I was constantly getting a connection timed out error. Apparently it seems to work well on other runtimes . Is this any internal issue with the package or am I doing it wrong . If some one whose been recently working on it help me out with this
1 Reply
I apologize, but I wasn't able to find the answer to your question in the official Deno documentation. However, based on the information you've provided, it's difficult to pinpoint the exact cause of the connection timeout error without more details.
If you're experiencing a connection timeout, it could be due to a variety of reasons such as network issues, incorrect configuration, or an issue with the
drizzle
package compatibility with Deno's runtime environment. Since you mentioned that it seems to work well on other runtimes, it's possible that there might be some compatibility issues or differences in how Deno handles connections compared to other environments.
Please note that this advice is not based on the Deno documentation, and I would recommend double-checking the accuracy of the advice given. It might be helpful to:
- Ensure that you have the correct connection details for Supabase.
- Check if there are any known issues with the drizzle
package in the context of Deno.
- Verify that your Deno deployment has the necessary permissions and network access to reach Supabase.
- Look for any updates or bug reports related to the drizzle
package that might address this issue.
If you continue to experience difficulties, you may want to reach out to the maintainers of the drizzle
package or seek assistance from the community, as they might have more insights into the specific interaction between drizzle
and Deno.