I have an angular website that needs to show data from a postgresql database.
Is there a way to do it natively within angular or do i have to use an ORM? If ORM needs to be used, any suggestions on the one that can run a long query and return results than just GetAll()?
Thanks in advance!