Search This Blog

Object Relational Mappers in Python

Object Relational Mappers
  • 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.

 

No comments:

Post a Comment

If you have any doubts, Please let us know.