summaryrefslogtreecommitdiff
path: root/README
blob: f9e83ee2ac51845c62fbcc2f80db507d6732e7c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
POE::Component::Pg
==================

POE::Component::Pg provides an asynchronous layer for
communication with PostgreSQL databases without forking
or threading.


INSTALLATION

 To install this module type the following:

   perl Build.pl
   perl Build
   perl Build install


DEPENDENCIES

  perl >= 5.8
  DBD::Pg >= 2.6.0
  POE


TODO

  - Argument validation
  - Larger test suite
  - Documentation
  - Handle disconnects
  - Transaction support?
  - Timeouts?