DEV Community

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

Collapse
 
vbilopav profile image
vbilopav

Any library, any language.

The library might lose support, you might need to upgrade to a higher version with breaking changes.

Or perhaps you want to use some of the functionalities in different services with different languages or even reimplement the backend layer in a different language.

Those things are extremely hard if not even impossible when using ORM.