saitama: pure postgres unit-testing
saitama
is offering a way to write unittest and migrations in pure postgres.
In a nutshell
Installation
The easiest way is to use pip to install saitama.
$ pip install --user saitama
Usage
saitama
, once installed, offers a single command, punch
, that controls the migrations and the testing.
punch
follows the GNU recommendations for command line interfaces, and offers:
-
-h
or--help
to print help, and -
-V
or--version
to print the version