This module provides methods for doing manipulating database tables This module provides methods retrieving and storing data in SQL databases. It provides methods for all of the more important SQL commands (like SELECT, INSERT, REPLACE, UPDATE, DELET...
WINTER/DBIx-Abstract-1.04 - 17 Jan 2014 20:21:43 UTCThe intention of this module is to join some methods from the DBI and the SQL::Abstract modules, for a convenient and easy use. To begin, we create an object, but first we must create a hash which contains the database parameters as follows. my %dbcf...
ALECS/DBIx-SQL-Abstract-0.07 - 12 Sep 2005 18:09:31 UTCThis module has been inspired by the wonderful Class::DBI. It is a database-to-Perl-Objects abstraction layer, allowing you to interact with a database using common Perl syntax. Why another Class::DBI "clone"? 1 I had the feeling that Class::DBI is n...
MISHOO/DBIx-OO-0.0.9 - 26 Nov 2008 10:10:27 UTCThis module is based on DBIx::Abstract, but is much simpler. It also doesn't deviate from the DBI interface as much as DBIx::Abstract does. The main similarity between DBIx::AbstractLite and DBIx::Abstract is in the select method. Unlike Abstract, Ab...
ILIAL/DBIx-AbstractLite-0.02 - 30 Mar 2001 02:48:44 UTCThe purpose of DBIx::AbstractStatement is to keep together the SQL command and host variables bindings so you can compose your SQL and bind host variables simultaneously before DBH->prepare is called. A database handle to a statement can be supplied ...
DANIELR/DBIx-AbstractStatement-0.09 - 28 Mar 2005 18:39:49 UTCThe role exports SQL commands "insert", "select", "update", "delete" after SQL::Abstract fashion. See SQL::Abstract for syntax of these methods....
KARASIK/DBIx-Roles-1.04 - 30 Jan 2006 11:02:26 UTCILMARI/SQL-Abstract-1.87 - 02 Jun 2020 10:37:19 UTC
This documentation describes the perl module DBIx-JCL.pm and the use of standardized perl scripts which together provide a common job execution environment to support database backend load and maintenance tasks....
BADKINS/DBIx-JCL-0.12 - 18 Apr 2008 20:17:18 UTCDBIx::Mint is a mostly class-based, object-relational mapping module for Perl. It tries to be simple and flexible, and it is meant to integrate with your own custom classes. Since version 0.04, it allows for multiple database connections and it featu...
JFRAIRE/DBIx-Mint-0.071 - 24 Mar 2015 23:07:56 UTCLight & Fast Model Component...
JKONDO/DBIx-MoCo-0.18 - 08 Jun 2008 03:45:52 UTCThis class is useful for handling db I/O for a particular table. You create the object, associate a row with the object, then update, insert, view or delete the corresponding record in the table. Qualifying the values is done automatically according ...
RSANDBERG/DBIx-IO-1.07 - 12 Jul 2008 03:48:01 UTCUNRTST/DBIx-PDlib-1.009 - 28 Jan 2008 04:07:54 UTC
This module provides a Perl data structure interface for Structured Query Language (SQL). This module is for people who truly understand SQL and who understand Perl data structures. If you understand how to modify your SQL to meet your data requireme...
MRDVT/DBIx-Array-0.64 - 05 Apr 2020 05:59:17 UTCDBIx::NoSQL is a layer over DBI that presents a NoSQLish way to store and retrieve data. It does this by using a table called "__Store__". Once connected to a database, it will detect if this table is missing and create it if necessary When writing d...
YANICK/DBIx-NoSQL-0.0021 - 21 Apr 2017 21:59:08 UTCThis is an SQL to OO mapper with an object API inspired by Class::DBI (with a compatibility layer as a springboard for porting) and a resultset API that allows abstract encapsulation of database operations. It aims to make representing queries in you...
RIBASUSHI/DBIx-Class-0.082842 - 16 Jun 2020 20:13:37 UTCDBIx::Frame is an extension of the standard DBI perl module, designed around mysql, and used to create and maintain frameworks for databases. It has query logging, and a standardized interface for standard SQL statements like 'update' and 'insert' th...
TSKIRVIN/DBIx-Frame-1.06 - 26 May 2004 15:05:56 UTCThe module provides common API for using roles (AKA mixins/interfaces/plugins) on DBI handles. The problem it solves is that there are a lot of interesting and useful "DBIx::" modules on CPAN, that extend the DBI functionality in one or another way, ...
KARASIK/DBIx-Roles-1.04 - 30 Jan 2006 11:02:26 UTCThis module provides a simplified abstracted chained DBI subclass. It's sort of like jQuery for DBI, or sort of like DBIx::Class only without objects, or sort of like cookies without a glass of milk. With DBIx::Query, you can construct queries either...
GRYPHON/DBIx-Query-1.10 - 26 May 2020 17:00:39 UTC