windwp
CDCloudflare Developers
•Created by windwp on 12/5/2023 in #pages-help
how do do I map pages to domain not manage on cloudflare dns or it is manage on another account
thank for your response. I am not understand how dns work but if it is possible can you give the record cname config example of how to do that. It will better if we can add that on cloudflare docs. mapping dns from another dns provider to pages or worker is an normal use case. thank you
12 replies
CDCloudflare Developers
•Created by Dave P on 11/20/2023 in #workers-help
Backend Logic using Sveltekit on Pages
you can use it on +page.server and /api
2 replies
CDCloudflare Developers
•Created by windwp on 10/30/2023 in #d1-database
GitHub - windwp/kysely-zod-sqlite: An fl...
hey on my unit test i use better-sqlite driver on memory. it run fast https://github.com/windwp/kysely-zod-sqlite/blob/dcd6b9f2bbe880e5fa645884e39f85cc4d7c4820/tests/sharedTest.ts#L12
My app offer a selfhosted version so i need a different way to connect and it should not depend on miniflare or wrangler
miniflare underthe hood it still
use better-sqlite and create db file on .wrangler/db/local
6 replies
CDCloudflare Developers
•Created by saviourdog on 9/27/2023 in #workers-help
Mongodb connect err
you can't use mongodb lib on worker. worker don't have "fs"package from node .It don't have filesystem and tcp connect to mongo db .
if you want to use mongo you should checking mongodb atlas api. it use http request
4 replies
CDCloudflare Developers
•Created by Lengo on 8/11/2023 in #workers-help
Prisma, Cloudflare Workers, and PlanetScale
No, you can use kysely or drizzle, prisma have it own rust engine and can't use on worker
6 replies
CDCloudflare Developers
•Created by mattp on 8/1/2023 in #pages-discussions
https developers cloudflare com pages
it is correct on sveltekit docs:)
4 replies