tokio-postgres-rustls
tokio-postgres-rustls copied to clipboard
Example to replace tokio_postgres_rustls || postgres_native_tls for this library
Both tokio_postgres_rustls and postgres_native_tls are interchangeable. When I try to swap this library, however, the returned types don't match up. A more complete example would be great.
Happy to submit a PR, if I can get some guidance and if this repo is still being maintained.