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.
- Make sure docker is running
systemctl status docker
- Add your user to the docker group
sudo usermod -aG docker $USER
You might need to logout for this to take effect