Perny
DTDrizzle Team
•Created by Perny on 5/18/2024 in #help
many-to-one transaction with select API and Postgres
Hey! I am trying to make a many-to-one transaction with my Postgres database and the select API. Here are some of my table definitions
(I'm sending query in the next message)
3 replies
DTDrizzle Team
•Created by Perny on 3/12/2024 in #help
How can I get nested data to be inside the parent object
Hey! I need to map some sports game data onto a databse. Here is my schema:
How can I fetch a game and get it's home and away teams using the select() API?
This would be the optimal response:
6 replies