Pgtemp: The easiest way to write tests with Postgres, no Docker necessarygithub.com/boustrophedon 2 pointsboustrophedon2 years ago1 commentSaveHideCopy link On HNComments−boustrophedonOP2yI made a Rust library and cli tool that starts a clean postgres instance for each test. The daemon version transparently proxies your connection to a new postgres server every time you connect to it.
Comments
I made a Rust library and cli tool that starts a clean postgres instance for each test. The daemon version transparently proxies your connection to a new postgres server every time you connect to it.