Type for select with relations?

Is it possible to infer select with relations? Currently im using:
export let user: typeof user.$inferSelect & { profile?: typeof profile.$inferSelect };
export let user: typeof user.$inferSelect & { profile?: typeof profile.$inferSelect };
E
ericmartinezr162d ago
I would also like to know how to achieve this. Thanks for the workaround btw.
A
Angelelz162d ago
I think this is a good way. We were discussing a way to provide some kind of helper but it's we haven't arrived to a solution that's easy and helpful yet Another way of doing it is with the ReturnType Utility type
E
ericmartinezr162d ago
How would you go with the ReturnType utility? I can't find anything about it in the docs
A
Angelelz162d ago
It's not in the docs, it's just typescript stuff
A
Angelelz162d ago
Want results from more Discord servers?
Add your server
More Posts
drizzle + postgres + express + ts, errors<https://gist.github.com/barrybtw/67c379371c3f52a61758c94474e8ebf8> In regards to the route `auth_rrelation select query with where conditionI want to select all user's tasks where parent id is null. Can someone help me fix this query pleasDrizzle Studio with AWS Aurora ServerlessHello All! I am having some troubles to run the Drizzle Studio Console. I am using an AWS RDS Auroreslint-plugin-drizzle add "db" as defaultIs there a reason why it is automatically applied for every delete function? I think most users woulDoes Promise.all work correct in transactions?As I just found out, pg only works with one query (or more if there is more than one connection), soFindFirst Config Optional `with`Hi, I am trying to do something like an optional findFirst config here. i am expecting the resultTypSupabase primary key typeWhen I run `introspect`, the primary key of my tables look something like this: ```id: bigint("id", Supabase/postgres get query is stuck on prod appHi, I'm coming across an issue with my discord bot, I currently have a query that checks if an usercreate exportable types for frontend servicesI feel like I'm missing something fundamental. I can create my Drizzle schema `user = mysqlTable('uno migrations for pgenums in drizzle-kitnot able to see migrations generated for pgenums in drizzle kit, is this not implemented yet or maybProperty '[IsDrizzleTable]' is missing in typeHello! I've just updated to drizzle-orm@0.29.1 and I can't use drizzle-zod anymore (@0.5.1). This Return array when parsing a schema with drizzle-valibotHello guys, I just started using drizzle-valibot and I'm not able to find in their docs nor yours hoMysql json field in where clause escaping the field namecan some one help me i am traying to create a eq(sql`${schedules.extraFields}->>'user'`, userId),, What is the best way to create conditional filters on a query?I am building an marketplace for rural real estate. I would like to build a filter system with multi