tokio-rs / rdbc

Rust DataBase Connectivity (RDBC) :: Common Rust API for database drivers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement RDBC-ODBC bridge

andygrove opened this issue · comments

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