Drizzle client nested schemas
Is there a way to nest schemas within the Drizzle Queries? I have my schemas multiple files in sub directories, and I export them in groups.
This helps with organization and works with the select and insert, but to use queries I have to spread my schema when passing it to drizzle.
Ideally, I'd be able to query users like vs.
Is this possible in drizzle?
This helps with organization and works with the select and insert, but to use queries I have to spread my schema when passing it to drizzle.
Ideally, I'd be able to query users like vs.
Is this possible in drizzle?