The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:DBIx::SQL::Abstract"

DBIx::SQL::Abstract - Provides a convenient abstraction layer to a database. River stage zero No dependents

The 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 UTC

DBIx::OO - Database to Perl objects abstraction River stage zero No dependents

This 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 UTC

DBIx::Roles::SQLAbstract - Exports SQL commands insert, select etc as methods. River stage zero No dependents

The 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 UTC

DBIx::Class::Storage::Debug::PrettyPrint - Pretty Printing DebugObj River stage three • 68 direct dependents • 604 total dependents

MSTROUT/SQL-Abstract-2.000001 - 23 Jan 2021 07:24:31 UTC

DBIx::Class::SQLMaker::Role::SQLA2Passthrough - A test of future possibilities River stage three • 68 direct dependents • 604 total dependents

MSTROUT/SQL-Abstract-2.000001 - 23 Jan 2021 07:24:31 UTC

DBIx::Abstract - DBI SQL abstraction River stage zero No dependents

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 UTC

DBIx::PDlib - DBI SQL abstraction and convenience methods River stage zero No dependents

UNRTST/DBIx-PDlib-1.009 - 28 Jan 2008 04:07:54 UTC

DBIx::RunSQL - run SQL from a file River stage one • 4 direct dependents • 6 total dependents

CORION/DBIx-RunSQL-0.24 - 09 Jun 2023 06:28:18 UTC

DBIx::NoSQL - NoSQL-ish overlay for an SQL database River stage one • 1 direct dependent • 1 total dependent

DBIx::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 UTC

DBIx::Interp - Interpolate Perl variables into SQL with DBI River stage one • 1 direct dependent • 1 total dependent

DBIx::Interp brings SQL::Interp and DBI together in a natural way. Please read the documentation of those two modules if you are unfamiliar with them. The DBIx::Interp interface adds methods to the DBI interface with an "_i" suffix, indicating that S...

YORHEL/SQL-Interp-1.27 - 15 Feb 2021 09:27:30 UTC

DBIx::JCL - Job Control Library for database load tasks. River stage zero No dependents

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 UTC

DBIx::Librarian - Manage SQL in repository outside code River stage zero No dependents

This is for data manipulation (SELECT, INSERT, UPDATE, DELETE), not for data definition (CREATE, DROP, ALTER). Some DDL statements may work inside this module, but correct behavior is not guaranteed. Results of "SELECT1 colname FROM table", expected ...

JMAY/DBIx-Librarian-0.6 - 10 May 2005 00:01:26 UTC

DBIx::Array - DBI Wrapper with Perl style data structure interfaces River stage one • 1 direct dependent • 1 total dependent

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.65 - 25 Jan 2023 01:30:17 UTC

DBIx::Lite - Chained and minimal ORM River stage zero No dependents

AAR/DBIx-Lite-0.33 - 07 Sep 2021 13:29:16 UTC

DBIx::Mint - A mostly class-based ORM for Perl River stage zero No dependents

DBIx::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 UTC

DBIx::MoCo - Light & Fast Model Component River stage one • 1 direct dependent • 1 total dependent

Light & Fast Model Component...

JKONDO/DBIx-MoCo-0.18 - 08 Jun 2008 03:45:52 UTC

DBIx::Class::SQLMaker - An SQL::Abstract::Classic-like SQL maker class River stage three • 342 direct dependents • 452 total dependents

This module serves as a mere "nexus class" providing SQL::Abstract::Classic-like functionality to DBIx::Class itself, and to a number of database-engine-specific subclasses. This indirection is explicitly maintained in order to allow swapping out the...

RIBASUSHI/DBIx-Class-0.082843 - 17 May 2022 10:49:29 UTC

DBIx::Interpolate - Integrates SQL::Interpolate into DBI River stage zero No dependents

DBIx::Interpolate wraps DBI and inherits from SQL::Interpolate. It does nothing more than bring SQL::Interpolate behavior into DBI. The DBIx::Interpolate interface is very close to that of DBI. All DBI-derived methods look and behave identically or a...

DMANURA/SQL-Interpolate-0.32 - 05 Nov 2005 20:22:08 UTC

DBIx::Class - Extensible and flexible object <-> relational mapper. River stage three • 342 direct dependents • 452 total dependents

This 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.082843 - 17 May 2022 10:49:29 UTC

DBIx::Frame - a perl module for creating and maintaining DBI frameworks River stage zero No dependents

DBIx::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 UTC
70 results (0.056 seconds)