Name: | perl-DBIx-Safe |
---|---|
Version: | 1.2.5 |
Release: | 37.el8 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 27293 |
License: | BSD |
RPM: | perl-DBIx-Safe-1.2.5-37.el8.noarch.rpm |
Source RPM: | perl-DBIx-Safe-1.2.5-37.el8.src.rpm |
Build Date: | Thu Jul 02 2020 |
Build Host: | jenkins-10-147-72-125-9508b98d-7997-4ba4-a34b-2ee7a7b79082.appad2iad.osdevelopmeniad.oraclevcn.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. |