Skip to content

Commit

Permalink
Remove specific version; add VECTOR; add oracle-simple.
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony-tuininga committed Jan 7, 2025
1 parent 09ed7a7 commit 7ed1089
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<img class="headerLogo" alt="ODPI-C logo" src="logo.png" />
</div>
<div class="headerContent">
<h1 class="headerTitle">ODPI-C version 5.2</h1>
<h1 class="headerTitle">ODPI-C</h1>
<nav class="headerNav" role="navigation">
<ul>
<li><a href="https://odpi-c.readthedocs.io/en/latest/index.html">Documentation</a></li>
Expand Down Expand Up @@ -84,8 +84,9 @@ <h3>Oracle Drivers</h3>

<h3>Third-party Drivers</h3>
<ul>
<li><a href="https://github.com/godror/godror">godror</a> Go Driver </li>
<li><a href="https://github.com/godror/godror">godror</a> Go Driver</li>
<li><a href="https://github.com/leptonyu/odpic-raw">odpic-raw</a> Haskell Raw Bindings</li>
<li><a href="https://github.com/haskell-oracle/oracle-simple">oracle-simple</a> Haskell driver</li>
<li><a href="https://github.com/kubo/ruby-odpi">ruby-ODPI </a> Ruby Interface</li>
<li><a href="https://github.com/kubo/rust-oracle">rust-oracle </a> Driver for Rust</li>
<li><a href="https://github.com/felipenoris/Oracle.jl">Oracle.jl</a> Driver for Julia</li>
Expand All @@ -96,7 +97,7 @@ <h3>Third-party Drivers</h3>
<a name="features"></a>
<h2>ODPI-C Features</h2>
<ul>
<li>11gR2, 12c, 18c, 19c, 21c, and 23ai Oracle Client support</li>
<li>Oracle Client 11gR2, 12c, 18c, 19c, 21c, and 23ai support</li>
<li>Oracle Database 9.2 and higher support (depending on Oracle Client version)</li>
<li>SQL and PL/SQL execution</li>
<li>Character datatypes (CHAR, VARCHAR2, NCHAR, NVARCHAR2, CLOB, NCLOB, LONG)</li>
Expand All @@ -105,6 +106,7 @@ <h2>ODPI-C Features</h2>
<li>Binary types (BLOB, BFILE, RAW, LONG RAW)</li>
<li>SQL BOOLEAN</li>
<li>PL/SQL datatypes (PLS_INTEGER, BOOLEAN, Collections, Records)</li>
<li>VECTOR</li>
<li>JSON</li>
<li>SODA (Simple Oracle Document Access)</li>
<li>Call Timeouts</li>
Expand Down Expand Up @@ -141,7 +143,7 @@ <h2>ODPI-C Features</h2>

<a name="license"></a>
<h2>License</h2>
<p>Copyright (c) 2016, 2024, Oracle and/or its affiliates. All rights reserved.</p>
<p>Copyright (c) 2016, 2025, Oracle and/or its affiliates. All rights reserved.</p>
<p>This program is free software: you can modify it and/or redistribute it under the terms of:</p>
<p>(i) the Universal Permissive License v 1.0 or at your option, any later version (<a href="http://oss.oracle.com/licenses/upl">http://oss.oracle.com/licenses/upl</a>); and/or</p>
<p>(ii) the Apache License v 2.0. (<a href="http://www.apache.org/licenses/LICENSE-2.0">http://www.apache.org/licenses/LICENSE-2.0</a>)</p>
Expand Down

0 comments on commit 7ed1089

Please sign in to comment.