sfackler / rust-postgres

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

add simple_query to GenericClient in tokio_postgres #1142

Closed vsuryamurthy closed 3 months ago

vsuryamurthy commented 4 months ago

This PR adds the simple_query is missing in the GenericClient. Moreover, I made use of this: https://doc.rust-lang.org/rustdoc/write-documentation/linking-to-items-by-name.html so that the documentation is easier to follow.