DEV Community

Discussion on: Do you use ORM? What about native SQL features?

Collapse
 
patarapolw profile image
Pacharapol Withayasakpunt

You can do what you want, but the real strength of MongoDB lies in Aggregation framework.

Otherwise, it doesn't even matter which database you choose.

Collapse
 
rsvp profile image
Аqua 🜉іtæ ℠

Well. The only thing do DATA-base stand 4 - the data. I mean types, memory allocation, responsiveness, etc. Any frameworks is stand for frame. So, no any relations. But my point was about GraphQL as ORM replacement. If it possible to say so. Just an analogy.

Thread Thread
 
patarapolw profile image
Pacharapol Withayasakpunt • Edited

The way I usually use ORM is to attach Properties / Methods to Objects (in Object * Model).

GraphQL goes by a different paradigm.