When compiled with feature io_odbc, this crate can be used to read from, and write to any ODBC interface:
io_odbc
#![allow(unused)] fn main() { {{#include ../../../examples/odbc.rs}} }