regex
Explore posts from serversDTDrizzle Team
•Created by regex on 9/27/2024 in #help
Type error in 0.33.0
Argument type {name: PgVarcharBuilder<{name: "name", dataType: "string", columnType: "PgVarchar", data: [string, ...string[]][number], driverParam: string, enumValues: [string, ...string[]], generated: undefined}>, id: PgSerialBuilder & {: {notNull: true}} & {: {isPrimaryKey: true}}} is not assignable to parameter type Record<string, PgColumnBuilderBase>
Setting the id with .primaryKey throws a type error.
1 replies
TTCTheo's Typesafe Cult
•Created by regex on 8/3/2024 in #questions
Uploadthing, image is accessible even after deletion?
Hey,
I am removing a file from uploadthing, i can see that the file is removed from the bucket but whenever I try to access it using the url, i can still access it. Is there some other thing that i need to do?
10 replies
DTDrizzle Team
•Created by regex on 6/22/2024 in #help
Is this a bad pattern to do? I wanna call my local postgre while developing and use neon in prod.
Has anyone tried something like this?
5 replies