Cargo Features
AxumOdbc has no features set by default.
[dependencies]
axum_odbc = { version = "0.8.0", features = ["iodbc"] }
- iodbc
-
Enables iodbc of odbc-api ^4.0.0
odbc-api:
In order to work with iodbc we need to only use symbols defined in ODBC 3.5. We need to use narrow function calls and preferale link against
libiodbc.so
instead oflibodbc.so
.
AxumOdbc has 1 feature without comment.