Skip to content

Commit

Permalink
Update homepage for python-oracledb 2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
cjbj committed Aug 23, 2024
1 parent eedf770 commit e8ab395
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ <h2>Dependencies</h2>

<li>

<p><strong>Python versions 3.7 through 3.12</strong>.</p>
<p><strong>Python versions 3.8 through 3.13</strong>.</p>

<p> Pre-built packages are available on <a
href="https://pypi.org/project/oracledb" >PyPI</a> and other
Expand Down Expand Up @@ -272,8 +272,8 @@ <h2>Features</h2>
>PyPI</a> or other repositories. No additional install is required -
you just need an available Oracle Database.</p></li>

<li><p>Support for Python 3.7 and higher. (Python-oracledb 1.x can be
used with Python 3.6).</p></li>
<li><p>Support for Python 3.8 and higher. (Older versions of
python-oracledb can be used with Python 3.6 or 3.7).</p></li>

<li><p>Support for synchronous and concurrent <a
href="https://docs.python.org/3/library/asyncio.html" >asyncio</a> coding
Expand Down Expand Up @@ -314,6 +314,9 @@ <h2>Features</h2>
<li><p>Scrollable cursors. Go back and forth through your query
results.</p></li>

<li><p>Oracle Database 23ai statement pipelining. Keep the database busy
processing statements.</p></li>

<li><p>Fetch PL/SQL Implicit Results. Easily return query results from
PL/SQL.</p></li>

Expand Down

0 comments on commit e8ab395

Please sign in to comment.