Skip to content

mchung/pgbouncer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PgBouncer
=========

Lightweight connection pooler for PostgreSQL.

Docs:   http://developer.skype.com/SkypeGarage/DbProjects/PgBouncer
Source: http://pgfoundry.org/projects/pgbouncer

Building
---------

PgBouncer uses libevent for low-level socket handling.  When this is
installed just run:

	$ ./configure --prefix=/usr/local --with-libevent=/prefix
	$ make
	$ make install

If the OS does not have libevent available as package, it can be
downloaded from http://monkey.org/~provos/libevent/

About

PgBouncer development

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 90.1%
  • Shell 4.9%
  • C++ 1.8%
  • Makefile 1.2%
  • M4 1.2%
  • Python 0.8%