1 2 3 4 5 6 7 8
# ODBC When compiled with feature `io_odbc`, this crate can be used to read from, and write to any [ODBC](https://en.wikipedia.org/wiki/Open_Database_Connectivity) interface: ```rust {{#include ../../../examples/io_odbc.rs}} ```