FFI (Foreign Function Interface) bindings for ODBC (Open Database Connectivity) As ffi bindings to C-APIs are low level by nature this library is intended to be the foundation of other libraries to build on top, rather than to be used directly.
This library will link against odbc32.dll
(preinstalled) on Windows systems. On Linux and OS-X it links against libodbc.so
by default. This is typically provided by unix-odbc. Using the --feature iodbc
you can also link against libiodbc.so
. This may be interessting if you are trying to connect to some older data sources on OS-X.
Symbols are added to this library as we go along implementing uses cases in higher level APIs. If you miss something please do not hesitate to contribute.
Thanks to the folks of [docs.rs] for building and hosting the [documentation]!
Want to help out? Just create an issue, pull request or contact markus.klein@live.de.