Note: This crate is no longer maintained. Try using odbc-api.
This Rust crate builds upon the FFI (Foreign Function Interface) bindings for [ODBC] (Open Database Connectivity) provided by [odbc-sys]. It enables you to write ODBC Applications entirely in safe Rust. While this crate tries to prevent all kinds of erros it does very little to hide the complexity of ODBC, as it tries to be the smallest safe layer around [odbc-sys]. Therfore code written with this library is likely to be safe, but unlikely to look like idiomatic Rust. For a library offering greater convinience have a look at [odbc-rs].
This library currently supports:
SQLGetData
)Currently unsupported:
Thanks to the folks of [docs.rs] for building and hosting the [documentation]!
Want to help out? Just create an issue, pull request or contact markus.klein@live.de.