George
Explore posts from serversDTDrizzle Team
•Created by George on 10/18/2024 in #help
Querying groups where a given user id is a member
The ideal SQL I'm trying to replicate is the following:
Here's the drizzle query builder equivalent:
Can I query across tables using the query api? The following query throws:
1 replies
DTDrizzle Team
•Created by George on 1/9/2024 in #help
Circular FK reference
How do I avoid a circular reference on a fk builder? I know you cast with
AnyPgColumn
when using .reference
on a column... but I'm using the fk builder which has a circular reference39 replies