meooowwwwwww_
meooowwwwwww_
Explore posts from servers
CDCloudflare Developers
Created by meooowwwwwww_ on 7/29/2024 in #general-help
Efficiently handling the migration errors in d1 DB.
Like is there any other way to efficiently tackle the migrations error in d1, like using drizzle orm, getting issue when sql code has comment, also this table already exists, and more any suggestion for learning migrations like a pro?
2 replies
CDCloudflare Developers
Created by meooowwwwwww_ on 7/24/2024 in #general-help
MiniflareCoreError [ERR_RUNTIME_FAILURE]: The Workers runtime failed to start. There is likely addit
No description
3 replies
CDCloudflare Developers
Created by meooowwwwwww_ on 7/23/2024 in #general-help
The Workers runtime failed to start.
No description
2 replies
DTDrizzle Team
Created by meooowwwwwww_ on 7/18/2024 in #help
How do we infer the batch query, response??
const batchResponse: BatchResponse<
[
BatchItem<typeof schema.users.$inferSelect>,
BatchItem<typeof schema.newsletters.$inferSelect>,
BatchItem<typeof schema.guestBook.$inferSelect>,
BatchItem<typeof schema.bookmarks.$inferSelect>,
]
> = await db.batch([
db.select().from(schema.users),
db.select().from(schema.newsletters),
db.select().from(schema.guestBook),
db.select().from(schema.bookmarks),
]);
const batchResponse: BatchResponse<
[
BatchItem<typeof schema.users.$inferSelect>,
BatchItem<typeof schema.newsletters.$inferSelect>,
BatchItem<typeof schema.guestBook.$inferSelect>,
BatchItem<typeof schema.bookmarks.$inferSelect>,
]
> = await db.batch([
db.select().from(schema.users),
db.select().from(schema.newsletters),
db.select().from(schema.guestBook),
db.select().from(schema.bookmarks),
]);
3 replies
TTCTheo's Typesafe Cult
Created by meooowwwwwww_ on 1/25/2024 in #questions
is there any example using the uploadthing with the REMIX applicationa
sdfasdf
2 replies