| May | JUN | Jul |
| 16 | ||
| 2021 | 2022 | 2023 |
COLLECTED BY
Collection: Save Page Now Outlinks
You can use many Python frameworks and object-relational mappers (ORMs) with Oracle Database. ORMs abstract the tables and objects in a relational database to objects that Python developers can manipulate and operate on. SQLAlchemy and Django are popular ORMs. SQLAlchemy is used by Pandas, which is very popular with Oracle users.
The table below shows the relationship between web framework, ORM, driver, and the Oracle Database.
Learn more about
Python ORMs on that dedicated topic page.
ORMs provide a familiar programming model for Python developers, but sometimes you want that extra performance and operate closer to SQL objects. Oracle cx_Oracle offers several functions to deliver that performance. These functions include fetching data, binding data, executing PL/SQL, operating on LOBs, JSON documents, message passing with Oracle Advanced Queuing, and more.