@@ -84,24 +84,33 @@ <h2>The python-oracledb driver for Oracle Database</h2>
84
84
< img src ="./python-oracledb-arch.png ">
85
85
</ p >
86
86
87
- < p >
87
+ < p >
88
88
89
- The module conforms to the < a
90
- href ="https://peps.python.org/pep-0249/ " > Python Database API 2.0
91
- specification</ a > with a considerable number of additions and a
92
- couple of minor exclusions, see the < a href ="#features " > feature
93
- list</ a > .
89
+ Connections between python-oracledb and Oracle Database are used for
90
+ executing SQL and PL/SQL, for calling SODA NoSQL-style APIs, for
91
+ receiving database notifications and messages, and for starting and
92
+ stopping the database.
94
93
95
- </ p >
94
+ </ p >
96
95
97
- < p >
96
+ < p >
98
97
99
98
Synchronous and concurrent < a
100
99
href ="https://docs.python.org/3/library/asyncio.html " > asyncio</ a >
101
- coding styles are supported.
100
+ coding styles are supported. Database operations can optionally be
101
+ pipelined.
102
102
103
103
</ p >
104
104
105
+ < p >
106
+
107
+ The python-oracledb module conforms to the < a
108
+ href ="https://peps.python.org/pep-0249/ " > Python Database API 2.0
109
+ specification</ a > with a considerable number of additions and a
110
+ couple of minor exclusions, see the < a href ="#features " > feature
111
+ list</ a > .
112
+
113
+ </ p >
105
114
106
115
</ div > <!-- /about -->
107
116
@@ -279,8 +288,8 @@ <h2>Features</h2>
279
288
href ="https://docs.python.org/3/library/asyncio.html " > asyncio</ a > coding
280
289
styles.</ p > </ li >
281
290
282
- < li > < p > Connects to Oracle Database 11.2, 12, 18, 19, 21 or 23 on-premises
283
- or in the Cloud.</ p > </ li >
291
+ < li > < p > Connects to Oracle Database 9.2, 10, 11.2, 12, 18, 19, 21 and 23
292
+ on-premises or in the Cloud.</ p > </ li >
284
293
285
294
< li > < p > Optional use of Oracle Client 11.2, 12, 18, 19, 21 or 23 libraries
286
295
for advanced Oracle Database functionality. Oracle's standard
0 commit comments