tank-postgres 0.4.0

Postgres driver implementation for Tank: the Rust data layer
Documentation

tank-postgres

Postgres driver implementation for Tank: the Rust data layer

Run tests

Running the tests require a instance of Postgres, you can provide the connection url using the environment variable TANK_POSTGRES_TEST. Otherwise a containerized docker image will be be launched using testcontainers-modules.

  1. Make sure docker is running
systemctl status docker
  1. Add your user to the docker group
sudo usermod -aG docker $USER

You might need to logout for this to take effect