one to many query
In Drizzle you can make a one to many query like this:
with that query I get the user and its posts
there are some questions that I have
with that query I get the user and its posts
there are some questions that I have
- Can I use pure SQL in that query that uses the ORM-like syntax?
- how can I write a query with the SQL-like syntax that allows me to select for each table separate fields