I am nodejs developer. I want to create online shop website with api for mobile applications also (android, ios). But I am not decide which ORM can be used for my requests. I am using postgresql database.
Request:
- Fast connections, responses (fastest for all)
- Clean understanding code
- Secure
I think below ORM are good:
- express + sequelize
- loopback ......
Which ORM or solution is best for my requests?