Vidyalelo
Python · Q14

Database Connectivity with Python

Programming · Python · question 14

Q14

Which ORM library is popular for Python database connectivity?

A.
SQLLink
B.
ORMpy
C.
SQLAlchemy
Answer
D.
PyORM

Answer: Option C

Solution

Answer: Option C
Solution:
SQLAlchemy is a widely used ORM library for Python, supporting various database management systems.