This 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.06 - 30 Jan 2015 03:52:43 GMT - Search in distributionThis 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.49 - 12 May 2014 04:21:19 GMT - Search in distribution- DBIx::Array::Export - This modules extends DBIx::Array with convenient export functions
- DBIx::Array::Session::Action - This module ties DBIx::Array->{"action"} to the database
- DBIx-Array-tablename.pl - DBIx::Array HTML Table Example
- 2 more results from DBIx-Array »
DBIx::Retry is extended from DBIx::Connector. It adds the ability to keep retrying to connect to a database for a specified amount of time in order to execute DBIx::Connector's run method....
HABE/DBIx-Retry-0.004 - 22 Mar 2012 07:20:18 GMT - Search in distribution"Async" postgres as much as DBD::Pg allows with Promises instead of callbacks. You get DBI interface you used to that returns promises, connections pool, queries queuing and support of transactions. Why pool? DBD::Pg is not async, it's non blocking. ...
RUZ/DBIx-Poggy-0.08 - 01 Jun 2017 12:25:34 GMT - Search in distribution- DBIx::Poggy::DBI - DBI subclass
- lib/DBIx/Poggy/Error.pm
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 GMT - Search in distribution- DBIx::NoSQLite - An embedded, NoSQL SQLite database with SQL indexing
- DBIx::NoSQL::Stash
- DBIx::NoSQL::Store
- 8 more results from DBIx-NoSQL »
"DBIx::Error" provides structured exceptions for "DBI" errors. Each five-character "SQLSTATE" is mapped to a Perl exception class, allowing exceptions to be caught using code such as try { ... } catch ( DBIx::Error::NotNullViolation $err ) { ... } ca...
MCB/DBIx-Error-1.0.1 - 04 Mar 2013 22:11:00 GMT - Search in distributionUNRTST/DBIx-PDlib-1.009 - 28 Jan 2008 04:07:54 GMT - Search in distribution
DBIx::Sunny is a simple DBI wrapper. It provides better usability for you. This module based on Amon2::DBI. DBIx::Sunny supports only SQLite and MySQL....
KAZEBURO/DBIx-Sunny-0.24 - 28 Sep 2017 01:20:49 GMT - Search in distribution- DBIx::Sunny::Schema - SQL Class Builder
"DBIx::LogAny" is a wrapper over DBI which adds logging of your DBI activity via Log::Any. It is based on the much older DBIx::Log4perl. "DBIx::LogAny" is almost identical to DBIx::Log4perl except: o it checks if Log::LogAny is loaded before setting ...
MJEVANS/DBIx-LogAny-0.06 - 19 May 2017 13:19:49 GMT - Search in distributionThis 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 GMT - Search in distribution- DBIx::Repgen - simple report generator from DB-selected data
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 GMT - Search in distributionThis class provides application developers with an abstraction class a level away from DBI, that allows them to write an application that works on multiple database platforms. The idea isn't to take away the responsibility for coding different SQL on...
MSERGEANT/DBIx-AnyDBD-2.01 - 04 Sep 2002 12:04:28 GMT - Search in distributionDBIx::Custom is DBI wrapper module to execute SQL easily. This module have the following features. * Execute "insert", "update", "delete", or "select" statement easily * Create "where" clause flexibly * Named place holder support * Model support * Co...
KIMOTO/DBIx-Custom-0.41 - 06 Nov 2017 15:17:26 GMT - Search in distribution- DBIx::Custom::Util - Utility class
- DBIx::Custom::Where - Where clause
- DBIx::Custom::Model - Model object
- 5 more results from DBIx-Custom »
"DBIx::Printf" is a printf-style prepared statement. It adds a "printf" method to DBI::db package....
KAZUHO/DBIx-Printf-0.08 - 15 Dec 2010 01:46:22 GMT - Search in distributionDBIx::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 GMT - Search in distribution- DBIx::Simple::Examples - Examples of how to use DBIx::Simple
- DBIx::Simple::Comparison - DBIx::Simple in DBI jargon
- DBIx::Simple::Result::RowObject - Simple result row object class
DBIx::Skinny is simple DBI wrapper and simple O/R Mapper. It aims to be lightweight, with minimal dependencies so it's easier to install....
NEKOKAK/DBIx-Skinny-0.0742 - 20 Sep 2011 16:39:37 GMT - Search in distribution- DBIx::Skinny::Row - DBIx::Skinny's Row class
- DBIx::Skinny::SQL - dynamic SQL generator
- DBIx::Skinny::Mixin - mixin manager for DBIx::Skinny
- 18 more results from DBIx-Skinny »
DBIx::Aurora is a DBI handler specialized in Amazon Aurora. "DBIx::Aurora" detects writer/reader instances automatically and manages network connections. Also you can handle multiple Aurora clusters....
PUNYTAN/DBIx-Aurora-0.01 - 31 Mar 2017 07:04:28 GMT - Search in distributionMakes SQL queries from Perl data structures. It uses SQL::Abstract module to parse "where" and "order by" structures. It also supports "group by", "having", "limit", "offset" and mapping function. To make actual queries subclass of DBIx::Connector is...
ANTONPETR/DBIx-Struct-0.46 - 22 Apr 2018 17:28:46 GMT - Search in distributionTHIS MODULE IS EXPERIMENTAL This is an experimental module that automates the exporting of data from arbitrary DBI handles to a SQLite file suitable for publishing online for others to download. It takes a set of queries, analyses the data returned b...
ADAMK/DBIx-Export-0.01 - 23 Apr 2009 18:07:20 GMT - Search in distribution*PgLink* is based on *DBI-Link* project for accessing external data sources from PostgreSQL backend. This module can be used only in untrusted PL/Perl function. Differences from *DBI-Link* * *PgLink* is standard Perl module While *DBI-Link* store all...
ASVBR/DBIx-PgLink-0.01 - 27 Dec 2007 09:11:40 GMT - Search in distribution- DBIx::PgLink::Local - DBI emulation for local data access in PostgreSQL PL/Perl function
- DBIx::PgLink::Logger - conditionally redirect message to PostgreSQL log
- DBIx::PgLink::Adapter - DBI wrapper for DBIx::PgLink suite
- 34 more results from DBIx-PgLink »