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

Search results for "module:DBIx::Sequence"

DBIx::Sequence - A simple SQL92 ID generator River stage one • 1 direct dependent • 1 total dependent

This module is intended to give easier portability to Perl database application by providing a database independant unique ID generator. This way, an application developer is not bound to use his database's SEQUENCE or auto_increment thus making his ...

BBEAUSEJ/DBIx-Sequence-1.5 - 24 Sep 2003 17:19:07 UTC

DBIx::OracleSequence - interface to Oracle sequences via DBI. River stage zero No dependents

DBIx::OracleSequence is an object oriented interface to Oracle Sequences via DBI. A sequence is an Oracle database object from which multiple users may generate unique integers. You might use sequences to automatically generate primary key values. Se...

BLABES/DBIx-OracleSequence-0.04 - 12 Aug 2002 21:22:12 UTC

DBIx::MySQLSequence - Proper and correct (emulated) sequence support for MySQL River stage zero No dependents

The "DBIx::MySQLSequence" package implements an emulation layer that provides "real" sequences on MySQL. The module works by creating a "sequence table", a single table where each record represents a single sequence, and performing some "magic" MySQL...

ADAMK/DBIx-MySQLSequence-1.04 - 11 Dec 2007 04:53:59 UTC

DBIx::IO - Abstraction layer for database I/O with auto-discovery of data dictionary. River stage one • 3 direct dependents • 3 total dependents

Methods are provided to perform basic database I/O via DBI without having to embed SQL in your programs. Records are normally passed in and out in the form of hash references where keys of the hash represent columns (ALWAYS UPPER CASE), and the value...

RSANDBERG/DBIx-IO-1.07 - 12 Jul 2008 03:48:01 UTC

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

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::Repgen - simple report generator from DB-selected data River stage zero No dependents

This package implements class "DBIx::Repgen", which is simple report generator from data received from relational database by some select-statement. Such a report can contain hyerarchical grouping by field values, record counters and cumulative total...

TOLIKL/DBIx-Repgen-0.01 - 22 Sep 2004 09:02:55 UTC

DBIx::QuickDB - Quickly start a db server. River stage zero No dependents

This library makes it easy to spin up a temporary database server for any supported driver. PostgreSQL and MySQL are the initially supported drivers....

EXODIST/DBIx-QuickDB-0.000026 - 16 Apr 2024 22:05:45 UTC

DBIx::Perlish - a perlish interface to SQL databases River stage zero No dependents

The "DBIx::Perlish" module provides the ability to work with databases supported by the "DBI" module using Perl's own syntax for four most common operations: SELECT, UPDATE, DELETE, and INSERT. By using "DBIx::Perlish", you can write most of your dat...

KARASIK/DBIx-Perlish-1.07 - 07 May 2023 17:54:12 UTC

DBIx::Threaded - Proxy class to permit DBI objects to be shared by multiple threads River stage zero No dependents

DBIx::Threaded provides a subclass of DBI that provides wrappers for standard DBI objects to permit them to be used by multiple threads. Due to the limitations of threading and tied objects in Perl 5, DBI (as of version 1.48), does not permit DBI-gen...

DARNOLD/DBIx-Threaded-0.10 - 28 Aug 2005 19:16:56 UTC

DBIx::Recordset - Perl extension for DBI recordsets River stage one • 4 direct dependents • 4 total dependents

DBIx::Recordset is a perl module for abstraction and simplification of database access. The goal is to make standard database access (select/insert/update/delete) easier to handle and independend of the underlying DBMS. Special attention is made on w...

GRICHTER/DBIx-Recordset-0.26 - 04 Oct 2004 19:30:54 UTC

DBIx::SQLEngine - Extends DBI with High-Level Operations River stage one • 1 direct dependent • 1 total dependent

DBIx::SQLEngine is the latest generation of a toolkit used by the authors for several years to develop business data applications. Its goal is to simplify dynamic query execution and to minimize cross-RDMS portability issues. Layered Class Framework ...

EVO/DBIx-SQLEngine-0.93 - 29 Nov 2004 22:40:37 UTC

DBIx::Connection - Simple database interface. River stage one • 2 direct dependents • 2 total dependents

Represents a database connection handler. It provides simple interface to managing database connections with the all related operations wrapped in the different sql handlers. $connection = DBIx::Connection->connection('my_connection_name'); eval { $c...

ADRIANWIT/DBIx-Connection-0.08 - 19 Aug 2008 22:13:53 UTC

DBIx::Class::Sims - The addition of simulating data to DBIx::Class River stage one • 1 direct dependent • 1 total dependent

This is a DBIx::Class component that adds a few methods to your DBIx::Class::Schema object. These methods make it much easier to create data for testing purposes (though, obviously, it's not limited to just test data). Alternately, it can be used as ...

GTERMARS/DBIx-Class-Sims-0.500012 - 10 Sep 2020 20:56:23 UTC

DBIx::SQLCrosstab - creates a server-side cross tabulation from a database River stage zero No dependents

DBIx::SQLCrosstab produces a SQL query to interrogate a database and generate a cross-tabulation report. The amount of parameters needed to achieve the result is kept to a minimum. You need to indicate which columns and rows to cross and from which t...

GMAX/DBIx-SQLCrosstab-1.17 - 16 Jan 2004 11:59:35 UTC

DBIx::Class::Candy - Sugar for your favorite ORM, DBIx::Class River stage two • 11 direct dependents • 28 total dependents

"DBIx::Class::Candy" is a simple sugar layer for definition of DBIx::Class results. Note that it may later be expanded to add sugar for more "DBIx::Class" related things. By default "DBIx::Class::Candy": * turns on strict and warnings * sets your par...

FREW/DBIx-Class-Candy-0.005003 - 14 Jul 2017 16:29:41 UTC

DBIx::IO::OracleIO - DBIx::IO driver for Oracle River stage one • 3 direct dependents • 3 total dependents

See DBIx::IO....

RSANDBERG/DBIx-IO-1.07 - 12 Jul 2008 03:48:01 UTC

DBIx::Insert::Multi - Insert multiple table rows in a single statement River stage zero No dependents

Bulk insert many db rows using a single INSERT INTO statement, e.g. INSERT INTO book (author, publication_date, title) VALUES ( ?, ?, ? ), ( ?, ?, ? ); Restrictions All the hashrefs with row data should be shaped the same, i.e. have the same keys. Yo...

JOHANL/DBIx-Insert-Multi-0.003 - 11 Sep 2019 13:21:03 UTC

DBIx::Tree::NestedSet River stage zero No dependents

This module implements a "Nested Set" parent/child tree, and is focused (at least in my mind) towards offering methods that make developing web applications easier. It should be generally useful, though. See the "SEE ALSO" section for resources that ...

DJCP/DBIx-Tree-NestedSet-0.16 - 09 Sep 2004 02:54:21 UTC

DBIx::MyParsePP::Rule - Access individual elements from the DBIx::MyParsePP parse tree River stage zero No dependents

DBIx::MyParsePP uses the "sql_yacc.yy" grammar from the MySQL source to parse SQL strings. A parse tree is produced which contains one branch for every rule encountered during parsing. This means that very deep trees can be produced where only certai...

MERKYS/DBIx-MyParsePP-0.51 - 15 Apr 2018 13:03:56 UTC
63 results (0.043 seconds)