patrickalima98
Explore posts from serversdrizzle orm for deno and sqlite?
Hi, the orm yes! Today, I'm using the sqlite and drizzle with deno for a small CMS in production.
The Drizzle and sqlite (I'm using Turso) works very well with the node compability
npm:drizzle-orm
.
The unique problem You'll have is with migrations (npm:drizzle-kit), because the drizzle migration is build with node workers where is not fully compatible with deno, you can see this comments where suggest a workaround to use very.
https://github.com/denoland/deno/issues/198265 replies
CDCloudflare Developers
•Created by patrickalima98 on 11/4/2023 in #workers-help
Slow cold start and latency for hello world code
UPDATE
: Creating a CNAME on my main domain and pointing it to my Worker, it is now redirecting to GRU and delivering a response rate of 26.4ms6 replies
CDCloudflare Developers
•Created by patrickalima98 on 11/4/2023 in #workers-help
Slow cold start and latency for hello world code
Is there any specific reason for this? How can I fix it? Or is it a problem with Cloudflare?
6 replies