1 unstable release
Uses old Rust 2015
0.2.0 | Feb 28, 2019 |
---|
#912 in Testing
51 downloads per month
16KB
259 lines
Postgres
This crate provides postgresql
version 11 as an Image
for testcontainers
.
Authentication
The postgres
docker image enables trust
authentication, meaning you can connect to it without a password on localhost. For this reason, the Image
currently does not expose any configuration regarding user or password. Please check the integration-test to see how you can connect to it from Rust.
Dependencies
~2MB
~43K SLoC