Login
Remember
Register
Ask a Question
What is the use of Object Relational Mapping?
0
votes
asked
Oct 25, 2023
in
Laravel
by
rajeshsharma
vWhat is the use of Object Relational Mapping?
objectrelationalmapping
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Oct 25, 2023
by
rajeshsharma
Object Relational Mapping is a technique that helps developers to address, access, and manipulate objects without considering the relation between object and their data sources.
...