/pg_pybench

This is a rewrite of the pgbench-tools in python for Windows users

Primary LanguagePython

Introduction :
        This tool is a cross platform pgbench utility for benchmarking PostgreSQl databases. It's still under active development
	so please leave a note for a feature request or a bug report.
	(Use the email address below to leave a note !)

Requirements:
	- postgresql v >= 8.4
	- postgresql-contrib 
	- python version >= 2.7
	- python-dev
	- Ensure the user executing this script(s) has read/write access in the execution directory

Installation : 
	 sudo pip install pg_pybench


Contact :
	You can send you bug report or feature request to :
	rugging24@gmail.com

Credits :
	Greg Smith (https://github.com/gregs1104/pgbench-tools ) wrote the orginal version in shell scripts