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

Search results for "module:DBIx::Easy"

DBIx::Easy - Easy to Use DBI interface River stage zero No dependents

DBIx::Easy is an easy to use DBI interface. Currently the Pg, mSQL, mysql, Sybase, ODBC and XBase drivers are supported....

HORNBURG/DBIx-Easy-0.21 - 28 Jan 2014 16:50:18 UTC

Easy/Import.pm River stage zero No dependents

HORNBURG/DBIx-Easy-0.21 - 28 Jan 2014 16:50:18 UTC

DBIx::Class::EasyFixture - Easy fixtures with DBIx::Class River stage one • 1 direct dependent • 1 total dependent

The latest version of this is always at <https://github.com/Ovid/dbix-class-easyfixture>. This is "ALPHA" code. Documentation is on its way, including a tutorial. For now, you'll have to read the tests. You can read t/lib/My/Fixtures.pm to see how fi...

OVID/DBIx-Class-EasyFixture-0.13 - 28 Nov 2018 09:09:51 UTC

DBIx::Class::EasyConf::YAML - DBIx::Class Component for text based schema configuration River stage zero No dependents

Generates a DBIx::Class::ResultSource from a YAML description. If the YAML is presented as shown in the SYNOPSIS the ResultSource class will be self POD documenting. If the class is executed with 'configuration' in @ARGV, a summary of the ResultSourc...

MONTUORI/DBIx-Class-EasyConf-YAML-0.11 - 18 Aug 2009 12:41:05 UTC

DBIx::Class::EasyFixture::Tutorial - what it says on the tin River stage one • 1 direct dependent • 1 total dependent

OVID/DBIx-Class-EasyFixture-0.13 - 28 Nov 2018 09:09:51 UTC

DBIx::Class::EasyFixture::Definition - Validate fixture definitions River stage one • 1 direct dependent • 1 total dependent

OVID/DBIx-Class-EasyFixture-0.13 - 28 Nov 2018 09:09:51 UTC

DBIx::Fast - DBI fast & easy (another one...) River stage zero No dependents

HDELGADO/DBIx-Fast-0.08 - 30 Dec 2019 20:25:55 UTC

DBIx::Tracer - Easy tracer for DBI River stage one • 3 direct dependents • 8 total dependents

DBIx::Tracer is easy tracer for DBI. You can trace a SQL queries without modifying configuration in your application. You can insert snippets using DBIx::Tracer, and profile it....

TOKUHIROM/DBIx-Tracer-0.03 - 08 Sep 2015 23:16:01 UTC

DBIx::DR - easy DBI helper (perl inside SQL and blessed results) River stage zero No dependents

The package *extends* DBI and allows You: * to use perl inside Your SQL requests; * to bless resultsets into Your package; * to place Your SQL's into dedicated directory; * to use usual DBI methods....

UNERA/DBIx-DR-0.32 - 18 Apr 2017 20:23:15 UTC

DBIx::Foo - Simple Database Wrapper and Helper Functions. Easy DB integration without the need for an ORM. River stage one • 1 direct dependent • 1 total dependent

MIKET/DBIx-Foo-0.03 - 22 Feb 2013 10:57:57 UTC

DBIx::Cursor - Perl extension for easy DBI-access to a single table. River stage zero No dependents

The class DBIx::Cursor represents a cursor for a single Database-table. You can select, update, insert or delete entries in a table easier than creating SQL-statements. It does not use any specific features of any database, so it should work with eve...

TMAEK/DBIx-Cursor-0.14 - 09 Sep 2002 21:21:02 UTC

DBIx::Simple - Very complete easy-to-use OO interface to DBI River stage two • 21 direct dependents • 27 total dependents

DBIx::Simple provides a simplified interface to DBI, Perl's powerful database module. This module is aimed at rapid development and easy maintenance. Query preparation and execution are combined in a single method, the result object (which is a wrapp...

JUERD/DBIx-Simple-1.37 - 08 Dec 2017 22:54:24 UTC

DBIx::Handler - fork-safe and easy transaction handling DBI handler River stage one • 5 direct dependents • 5 total dependents

DBIx::Handler is fork-safe and easy transaction handling DBI handler. DBIx::Handler provide scope base transaction, fork safe dbh handling, simple....

KARUPA/DBIx-Handler-0.15 - 21 Jun 2019 22:20:12 UTC

DBIx::TSV - Generate TSV from SQL query result River stage one • 1 direct dependent • 1 total dependent

This package is a thin glue between DBI and DBIx::TextTableAny (which in turn is a thin glue to Text::Table::Any). It adds the following methods to database handle: selectrow_tsv selectall_tsv selectrow_tsv_noheader selectall_tsv_noheader as well as ...

PERLANCAR/DBIx-TSV-0.003 - 07 Dec 2018 13:53:19 UTC

DBIx::CSV - Generate CSV from SQL query result River stage one • 1 direct dependent • 1 total dependent

This package is a thin glue between DBI and DBIx::TextTableAny (which in turn is a thin glue to Text::Table::Any). It adds the following methods to database handle: selectrow_csv selectall_csv selectrow_csv_noheader selectall_csv_noheader as well as ...

PERLANCAR/DBIx-CSV-0.004 - 07 Dec 2018 13:53:07 UTC

DBIx::POS - Define a dictionary of SQL statements in a POD dialect (POS) River stage zero No dependents

DBIx-POS subclasses Pod::Parser to define a POD dialect for writing a SQL dictionary for an application, and uses code from Class::Singleton to make the resulting structure easily accessible. By encouraging the centralization of SQL code, it guards a...

MDORMAN/DBIx-POS-0.03 - 23 Jun 2004 19:32:30 UTC

DBIx::Raw - Maintain control of SQL queries while still having a layer of abstraction above DBI River stage one • 2 direct dependents • 2 total dependents

SRCHULO/DBIx-Raw-0.23 - 05 Oct 2019 20:56:57 UTC

DBIx::DBO - An OO interface to SQL queries and results. Easily constructs SQL queries, and simplifies processing of the returned data. River stage zero No dependents

This module provides a convenient and efficient way to access a database. It can construct queries for you and returns the results in easy to use methods. Once you've created a "DBIx::DBO" object using one or both of "connect" or "connect_readonly", ...

VLYON/DBIx-DBO-0.40 - 14 Jan 2014 16:36:22 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::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
99 results (0.033 seconds)