Ahz / Grimlor
CDCloudflare Developers
•Created by Ahz / Grimlor on 11/4/2024 in #queues
my main app is a pages project, and i
i disable the fetch worker in remote/deployment
4 replies
CDCloudflare Developers
•Created by Ahz / Grimlor on 11/4/2024 in #queues
my main app is a pages project, and i
no, just localhost port if local, otherwise i use the service binding when not local
4 replies
CDCloudflare Developers
•Created by Ahz / Grimlor on 11/1/2024 in #durable-objects
drizzle with DO SQLite
no, since DO is running off a separate worker, whether i make an rpc call or a fetch call (locally) to the DO, my main app which owns the schema for the DO processes all SQL query responses with the aforementioned type handler before my app can use them, saves me the trouble of worrying about 0/1 for bool, json parsing etc. manually.
I still have to remember to run inserts/updates with the right data types being int for date and boolean, and to stringify my json.
2 replies
CDCloudflare Developers
•Created by naourass on 10/31/2024 in #d1-database
I'm trying to import data from an sql
could also be dirty data in those last 15k lines, something not escaped
15 replies
CDCloudflare Developers
•Created by naourass on 10/31/2024 in #d1-database
I'm trying to import data from an sql
odd, id try the wrangler cli next
15 replies
CDCloudflare Developers
•Created by naourass on 10/31/2024 in #d1-database
I'm trying to import data from an sql
depends what you mean by 'import data via the api' exactly
15 replies