arrow2 0.10.1

Unofficial implementation of Apache Arrow spec in safe Rust
Documentation
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/odbc.rs}}
```