rsql_driver_sqlserver 0.19.1

rsql sqlserver driver
Documentation
1
2
3
4
5
6
7
8
#![forbid(unsafe_code)]
#![forbid(clippy::allow_attributes)]
#![deny(clippy::pedantic)]

mod driver;
mod metadata;

pub use driver::Driver;