tokio-rs / rdbc

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

Add Row trait #58

Closed andygrove closed 4 years ago

andygrove commented 4 years ago

This PR simply adds a new Row trait that contains the get_xxx methods and then has ResultSet extend that.