Closed manifest closed 5 years ago
We started compiling libpq with ssl support in #49 so that you can talk to postgres over ssl.
Even if you are not using that you still need to include extern crate openssl;
in your main (before including diesel) due to https://github.com/sgrif/pq-sys/issues/25
See https://github.com/clux/muslrust/blob/master/test/dieselpgcrate/src/main.rs Hopefully that will make it work.
I'll check it out. Thanks.
It works.
Docker Image:
clux/nightly-2019-05-06