https://github.com/salva/p5-pg-pq
Perl wrapper for PostgreSQL libpq
https://github.com/salva/p5-pg-pq
Last synced: about 2 months ago
JSON representation
Perl wrapper for PostgreSQL libpq
- Host: GitHub
- URL: https://github.com/salva/p5-pg-pq
- Owner: salva
- Created: 2011-05-30T16:57:03.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2019-12-21T21:27:34.000Z (over 5 years ago)
- Last Synced: 2023-03-10T19:41:04.351Z (over 2 years ago)
- Language: C
- Homepage:
- Size: 115 KB
- Stars: 2
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
Pg-PQ version
=============This Perl package wraps PostgreSQL libpq library.
INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make installDEPENDENCIES
libpq
Test::postgresql for testingCOPYRIGHT AND LICENCE
Copyright (C) 2011-2014, 2016-2017 by Qindel Formacion y Servicios S. L.
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.