Search results for "module:DBIx::Interpolate"
DBIx::Interpolate - Integrates SQL::Interpolate into DBI
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::Interp - Interpolate Perl variables into SQL with DBI
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::Simple - Very complete easy-to-use OO interface to DBI
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::Perlish - a perlish interface to SQL databases
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::RoboQuery - Very configurable/programmable query object
This robotic query object can be configured to help you get exactly the result set that you want. It was designed to run in a completely automated (unmanned) environment and read in a template that both builds the desired SQL query dynamically and co...
RWSTAUNER/DBIx-RoboQuery-0.032 - 20 Oct 2012 22:48:24 UTC
DBIx::InterpolationBinding - Perl extension for turning perl double-quote string interpolation into DBI bind parameters.
DBIx::InterpolationBinding uses the magic of Perl 5's constant overloading to cause interpolation into strings to be treated as though the values being interpolated were used as bind parameters. Because of limitations in the way in which this module ...
LUKEROSS/DBIx-InterpolationBinding-1.01 - 26 Aug 2011 23:01:17 UTC