logoalt Hacker News

Seattle3503yesterday at 8:06 PM1 replyview on HN

pgrust looks interesting. Could it be used as a library by someone who wants a new DB for each integration test in their Rust test suite?


Replies

malisperyesterday at 8:26 PM

One of the new features we recently built is "test mode". This brings cloning a template db from 100ms down to <10ms making it much better for tests.

If you're interested in trying it out, please reach out to me at [email protected]