Company logo
  • Jobs
  • Bootcamp
  • About Us
  • For professionals
    • Home
    • Jobs
    • Courses
    • Questions
    • Teachers
    • Bootcamp
  • For business
    • Home
    • Our process
    • Plans
    • Assessments
    • Payroll
    • Blog
    • Sales
    • Calculator

0

55
Views
How to query property on object while the object inside column of table in postgresql? Typeorm

I'm working with PostgreSQL as data storage. I have one column that filling text type and object oriented. For an instance,

company {
  name: "A Inc",
  companySize: "10000",
  address: "A Street",
}

The case, is could I get one of them one by one with orm or querybuilder? such of

where company.companySize = "10000"

enter image description here

7 months ago ยท Juan Pablo Isaza
Answer question
Find remote jobs