sfackler / rust-postgres

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

Is there anything like PostgreSQL Cursor? #1102

Closed chandr-andr closed 6 months ago

chandr-andr commented 6 months ago

Hello! Thank you very much for this awesome library!

Could someone tell me if is there anything like PostgreSQL Cursor?

I've found query_raw which returns RowStream but I can't find any code that can tell me that this is postgres cursor.

sfackler commented 6 months ago

https://docs.rs/tokio-postgres/latest/tokio_postgres/struct.Transaction.html#method.query_portal