Wizzel
Explore posts from serversDTDrizzle Team
•Created by Wizzel on 3/10/2025 in #help
Any way to work with jsonb in a sqlite db?
I have a local sqlite db that I want to sync to supabase. The supabase column is of type jsonb.
This is the local table definition:
when I run
the object gets stored as string and not as jsonb.
1 replies
How to make sveltekit work with deno2?
Sorry for the dumb question but I don't quite understand how to make sveltekit work on deno2 and what the consequences would be.
For example do I still write my +page.server.ts files as usual or would they change? Is there an example project to learn from?
4 replies
CDCloudflare Developers
•Created by Wizzel on 3/11/2024 in #general-help
DNS_PROBE_FINISHED_NXDOMAIN
I just deployed a sveltekit project to test the workflow.
When I visit the generated url I get DNS_PROBE_FINISHED_NXDOMAIN
2 replies