summaryrefslogtreecommitdiff
path: root/README
blob: c2cd558e84521d86364e9a4487298ac166f06635 (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
34
35
36
37
38
39
40
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

  - Object interface
  - Argument validation
  - Test suite
  - Documentation
  - Transaction support?
  - Timeouts?


COPYRIGHT AND LICENCE

  Copyright 2009 Y. Heling,
  This library is free software; you can redistribute it
  and/or modify it under the same terms as Perl itself.