sfackler / rust-postgres

Native PostgreSQL driver for the Rust programming language
Apache License 2.0
3.42k stars 436 forks source link

make simple_query_raw public #1078

Open uuip opened 10 months ago

uuip commented 10 months ago

make simple_query_raw public, so we can iter result without collect it when there are 100 million rows.