convert sql to typeorm

Asked

Viewed 46 times

0

I’m trying to convert this code sql for typeorm, thanks no more.

select * from Product join Category on  Category.id = Product.category_id where(Category.title = "Celular");
  • How to convert to Typeorm?

  • make a query in that term only with Orm typeorm.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.