Skip to content

APSL/postgresql-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

postgresql-checker

Dependencias:

aptitude install postgresql-server-dev-9.3 python-dev
pip install psycopg2

Configuración:

cp config.yml.template config.yml

En una consola psql:

create role checkeruser with login password '12345678';
create database checkertest with owner checkeruser;

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages