Odbc-safe

Build Status Docs MIT licensed Published

Introduction

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].

Design Goals

Current State

This library currently supports:

Currently unsupported:

Documentation

Thanks to the folks of [docs.rs] for building and hosting the [documentation]!

Contributing

Want to help out? Just create an issue, pull request or contact markus.klein@live.de.