| Name: | perl-DBIx-Safe |
|---|---|
| Version: | 1.2.5 |
| Release: | 37.el7 |
| Architecture: | noarch |
| Group: | Unspecified |
| Size: | 27977 |
| License: | BSD |
| RPM: | perl-DBIx-Safe-1.2.5-37.el7.noarch.rpm |
| Source RPM: | perl-DBIx-Safe-1.2.5-37.el7.src.rpm |
| Build Date: | Wed Jul 01 2020 |
| Build Host: | x86-ol7-builder-02.us.oracle.com |
| Vendor: | Oracle America |
| URL: | https://metacpan.org/release/DBIx-Safe |
| Summary: | Safer access to your database through a DBI database handle |
| Description: | The purpose of this module is to give controlled, limited access to an application, rather than simply passing it a raw database handle through DBI. DBIx::Safe acts as a wrapper to the database, by only allowing through the commands you tell it to. It filters all things related to the database handle - methods and attributes. |