tokio-rs / rdbc

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

Update docs to reflect recent merge #59

Closed nkelly31 closed 4 years ago

nkelly31 commented 4 years ago

Row trait was split from ResultSet trait, and this change to the readme reflects that.

andygrove commented 4 years ago

My PR was reverted, so this is not necessary now.

nkelly31 commented 4 years ago

Thanks!