Skip to content

Commit 63da17f

Browse files
Update driver description.
1 parent e8ab395 commit 63da17f

File tree

1 file changed

+20
-11
lines changed

1 file changed

+20
-11
lines changed

index.html

Lines changed: 20 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -84,24 +84,33 @@ <h2>The python-oracledb driver for Oracle Database</h2>
8484
<img src="./python-oracledb-arch.png">
8585
</p>
8686

87-
<p>
87+
<p>
8888

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.
9493

95-
</p>
94+
</p>
9695

97-
<p>
96+
<p>
9897

9998
Synchronous and concurrent <a
10099
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.
102102

103103
</p>
104104

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>
105114

106115
</div> <!-- /about -->
107116

@@ -279,8 +288,8 @@ <h2>Features</h2>
279288
href="https://docs.python.org/3/library/asyncio.html" >asyncio</a> coding
280289
styles.</p></li>
281290

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>
284293

285294
<li><p>Optional use of Oracle Client 11.2, 12, 18, 19, 21 or 23 libraries
286295
for advanced Oracle Database functionality. Oracle's standard

0 commit comments

Comments
 (0)