querqle 0.1.2

A small library made to perform sql queries thru the odbc-api library, and convert the results directly into data structures.
Documentation
1
2
3
4
5
6
7
8
pub mod tests;
pub mod connections;
#[allow(unused_imports)]
#[doc(hidden)]
pub use self::connections::{
		Environment,
		QueryResult,
		Connection};