tokio-rs / rdbc

Rust DataBase Connectivity (RDBC) :: Common Rust API for database drivers
Apache License 2.0
569 stars 25 forks source link

Implement RDBC-ODBC bridge #5

Open andygrove opened 4 years ago

andygrove commented 4 years ago

Until native Rust drivers exist for all databases, it would be useful to be able to wrap ODBC drivers in the RDBC API.

I made a reasonable start on this [1] but could use some help.

[1] https://github.com/andygrove/rdbc/tree/master/rdbc-odbc