0 Forks
22 Stars
22 Watchers

pgtt

pgtt is a time traveling tool for PostgreSQL to help speedup development and testing of various applications by enabling the user to easily travel between points in time. This can be useful when for example you have to test a certain mutation multiple times and want to quickly rollback to before the mutation to make changes to the behaviour and test again. This will save time and avoids setting up the data over and over again, especially in larger applications with complex data and flows.

How to download and setup pgtt

Open terminal and run command
git clone https://github.com/BenjaminFaal/pgtt.git
git clone is used to create a copy or clone of pgtt repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with pgtt https://github.com/BenjaminFaal/pgtt/archive/master.zip

Or simply clone pgtt with SSH
[email protected]:BenjaminFaal/pgtt.git

If you have some problems with pgtt

You may open issue on pgtt support forum (system) here: https://github.com/BenjaminFaal/pgtt/issues