sqlx-odbc 0.0.3

ODBC driver implementation for SQLx.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#[cfg(feature = "bigdecimal")]
mod bigdecimal;

#[cfg(feature = "chrono")]
mod chrono;

#[cfg(any(feature = "decimal", feature = "rust_decimal"))]
mod decimal;

#[cfg(feature = "json")]
mod json;

#[cfg(feature = "time")]
mod time;

#[cfg(feature = "uuid")]
mod uuid;