@@ -94,6 +94,15 @@ <h2>The python-oracledb driver for Oracle Database</h2>
94
94
95
95
</ p >
96
96
97
+ < p >
98
+
99
+ Synchronous and concurrent < a
100
+ href ="https://docs.python.org/3/library/asyncio.html " > asyncio</ a >
101
+ coding styles are supported.
102
+
103
+ </ p >
104
+
105
+
97
106
</ div > <!-- /about -->
98
107
99
108
< div id ="quickstart ">
@@ -163,11 +172,10 @@ <h2>Dependencies</h2>
163
172
164
173
< li >
165
174
166
- < p > < strong > Python versions 3.6 through 3.12</ strong > .</ p >
175
+ < p > < strong > Python versions 3.7 through 3.12</ strong > .</ p >
167
176
168
177
< p > Pre-built packages on < a
169
- href ="https://pypi.org/project/oracledb " > PyPI</ a > are available for Windows Python 3.7 or later, for macOS
170
- Python 3.7 or later, and for Linux Python 3.6 or later.</ p >
178
+ href ="https://pypi.org/project/oracledb " > PyPI</ a > are available for Python 3.7 and later.</ p >
171
179
172
180
< p > Source code is also available.</ p >
173
181
@@ -262,7 +270,11 @@ <h2>Features</h2>
262
270
> PyPI</ a > . No additional install is required - you just need an
263
271
available Oracle Database.</ p > </ li >
264
272
265
- < li > < p > Support for Python 3.6 and higher.</ p > </ li >
273
+ < li > < p > Support for Python 3.7 and higher. (Python-oracledb 1 can be used with Python 3.6).</ p > </ li >
274
+
275
+ < li > < p > Support for synchronous and concurrent < a
276
+ href ="https://docs.python.org/3/library/asyncio.html " > asyncio</ a > coding
277
+ styles.</ p > </ li >
266
278
267
279
< li > < p > Connects to Oracle Database 11.2, 12, 18, 19, 21 or 23 on-premises
268
280
or in the Cloud.</ p > </ li >
@@ -346,7 +358,7 @@ <h2>Features</h2>
346
358
347
359
</ ul >
348
360
349
- < p > Some features above are only available in Thick mode . See the user
361
+ < p > Not all features are available in both Thin and Thick modes . See the user
350
362
documentation < a
351
363
href ="https://python-oracledb.readthedocs.io/en/latest/user_guide/appendix_a.html "
352
364
> Oracle Database Features Supported by python-oracledb</ a > for more
0 commit comments