-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
37 lines (24 loc) · 837 Bytes
/
README
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
DBIx::Safe - safer access to databases via DBI
DESCRIPTION:
------------
This is version 1.2.5 of DBIx::Safe
COPYRIGHT:
----------
Copyright 2006-2021 Greg Sabino Mullane <[email protected]>
This library is free software; you can redistribute it and/or modify
under the PostgreSQL License.
REQUIREMENTS:
-------------
build, test, and install Perl 5 (at least 5.8.3)
build, test, and install Postgres (at least 7.4)
build, test, and install the DBI module (at least 1.42)
build, test, and install the DBD::Pg module (at least 1.48)
INSTALLATION:
-------------
To install this module type the following, making sure that DBI_DSN
and DBI_USER are set properly first:
perl Makefile.PL
make
make test
make install
Follow development at https://github.com/bucardo/dbixsafe