https://github.com/salva/p5-anyevent-pg
Asynchronous access to PostgreSQL databases with AnyEvent
https://github.com/salva/p5-anyevent-pg
Last synced: 5 days ago
JSON representation
Asynchronous access to PostgreSQL databases with AnyEvent
- Host: GitHub
- URL: https://github.com/salva/p5-anyevent-pg
- Owner: salva
- Created: 2011-06-01T16:58:52.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2017-02-19T21:28:18.000Z (over 8 years ago)
- Last Synced: 2025-04-19T18:18:45.992Z (about 2 months ago)
- Language: Perl
- Homepage:
- Size: 91.8 KB
- Stars: 8
- Watchers: 3
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
AnyEvent-Pg
===========Asynchronous access to PosgreSQL databases with AnyEvent.
INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make installDEPENDENCIES
This module requires these other modules and libraries:
AnyEvent
Pg::PQCOPYRIGHT AND LICENCE
Copyright (C) 2011-2014 by Qindel Formacion y Servicios SL
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.10.1 or,
at your option, any later version of Perl 5 you may have available.