Computer Science, asked by Deepakrocky9812, 1 year ago

django web frame work uses sqlalchemy as object relational mapper. state true or false

Answers

Answered by Sidyandex
4

The statement is false.

The (ORM) object-relational mapper is the library code which automates transfers the data which is stored in the tables of the database to the objects which are more used commonly in the code of the application.

These ORMs provides a high level of the abstraction which is upon the databases which allow writing Python Code.

Similar questions