0 votes
in Python by
Explain what is Object Relational Mappers (ORM)

1 Answer

0 votes
by
An object-relational mapper (ORM) is a library that automates the transfer of data stored in relational database tables into objects that are adopted in application code.

ORMs offer a high-level abstraction upon a relational database, which permits a developer to write Python code rather than SQL to create, read, update and delete data and schemas in their database.

Related questions

0 votes
0 votes
asked Apr 14, 2023 in JAVA by SakshiSharma
0 votes
asked Jun 28, 2022 in Django by Robin
0 votes
asked Jan 13, 2021 in Python by SakshiSharma
...