ODBC

When compiled with feature io_odbc, this crate can be used to read from, and write to any ODBC interface:

#![allow(unused)]
fn main() {
{{#include ../../../examples/odbc.rs}}
}