1 unstable release

Uses old Rust 2015

0.2.0 Feb 28, 2019

#781 in Testing

47 downloads per month

MIT/Apache

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

~1.5MB
~42K SLoC