oracle / odpi

ODPI-C: Oracle Database Programming Interface for Drivers and Applications
https://oracle.github.io/odpi/
Other
264 stars 75 forks source link

Oracle Rust driver #173

Closed Swe77 closed 2 years ago

Swe77 commented 2 years ago

Can you create an official Oracle Rust driver please?

As I work in a company that makes extensive use of Oracle databases, it would be excellent having a Oracle Rust driver.

cjbj commented 2 years ago

Use rust-oracle created by the wonderful @kubo who also maintains the ruby-oci8 driver.

Swe77 commented 2 years ago

Ok, thank you.