tokio-rs / rdbc

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

Implement ResultSet.getMetaData #8

Closed andygrove closed 4 years ago

andygrove commented 4 years ago

It should be possible to get meta-data for a result set, providing column names and data types.