tokio-rs / rdbc

Rust DataBase Connectivity (RDBC) :: Common Rust API for database drivers
Apache License 2.0
569 stars 25 forks source link

Implement SQL Server RDBC driver #13

Open andygrove opened 4 years ago

andygrove commented 4 years ago

Use https://docs.rs/tiberius/0.3.2/tiberius/

ghost commented 4 years ago

I am still getting up to speed on Rust, but I wanted to suggest that supporting trusted connections in the SQL Server implementation here will be important to usability, as and when you can find time. Several of my workplaces have leveraged that functionality heavily and I couldn't really use a crate without it.

Thanks for your effort on this, it looks very promising!