Log in or register to vote.

pg_tin

PostgreSQL Test INfrastructure

pg_tin
======

tin, Test INfrastructure, is a project to provide testing facilities for
PostgreSQL applications. It is intended to automate the initialization of the
database, and provide the capacity to seemlessly manage the various
clusters and the configuration options thereof.

commands
--------
::
help Print this help menu
list Print paths and version information to selected clusters [ls]
environ Print standard PostgreSQL environment variable for connectivity [env]
string Print standard PostgreSQL connectivity options [str]
path Print path to selected clusters
create Create a cluster using the given pg_config
drop Drop the selected database clusters
recreate Recreate the selected clusters (configuration is lost)
stop ...

0