tokio-rs / rdbc

Rust DataBase Connectivity (RDBC) :: Common Rust API for database drivers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement ResultSet.getMetaData

andygrove opened this issue · comments

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