odbc-api-helper 0.1.21

odbc-api helper
Documentation
1
2
3
4
5
6
7
use std::fmt::Debug;

pub mod dameng;
pub mod odbc;
pub mod pg;

pub trait ColumnInto: Debug {}