saitama

A python toolset to manage postgres migrations and testing


Keywords
unit, migrations, postgresql, python, unittest
License
LGPL-3.0+
Install
pip install saitama==0.5.0

Documentation

saitama: pure postgres unit-testing

Build Total alerts License PyPI Downloads Code style

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

Links