tokio-rs / rdbc

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

Add ability to get stream of rows using Tokio #54

Closed andygrove closed 4 years ago

andygrove commented 4 years ago

First step towards async ... add the ability to get a stream of rows from a query result set.