Crates.io | odbc-safe |
lib.rs | odbc-safe |
version | 0.6.0 |
source | src |
created_at | 2017-08-13 22:40:19.485692 |
updated_at | 2021-03-01 07:13:46.134198 |
description | Deprecated. Try odbc-api instead. |
homepage | https://github.com/pacman82/odbc-safe |
repository | https://github.com/pacman82/odbc-safe |
max_upload_size | |
id | 27446 |
size | 100,728 |
Note: This crate is no longer maintained. Try using odbc-api.
This Rust crate builds upon the FFI (Foreign Function Interface) bindings for ODBC (Open Database Connectivity) provided by odbc-sys. It enables you to write ODBC Applications entirely in safe Rust. While this crate tries to prevent all kinds of erros it does very little to hide the complexity of ODBC, as it tries to be the smallest safe layer around odbc-sys. Therfore code written with this library is likely to be safe, but unlikely to look like idiomatic Rust. For a library offering greater convinience have a look at odbc-rs.
This library currently supports:
SQLGetData
)Currently unsupported:
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.