newbie need help with json_build_object
Hi! Just starting with kysely and encountered problem I cant solve. I want to build raw query with kysely builder...
this part gives me trouble. I would be grateful for your help
this part gives me trouble. I would be grateful for your help
Solution
Here you go https://kyse.link/DqXNv
Note that the properties are nullable in the selected
Note that the properties are nullable in the selected
unit object because you're using left join. The types are correct. If you are sure there's a unit for each sku then use innerJoin instead.