Announcement/Request for Comments: DBIx::Call

From: Thilo Planz (thilo.planz_at_gaiax.co.jp)
Date: 11/25/04


To: dbi-users@perl.org
Date: Thu, 25 Nov 2004 16:23:05 +0900

Hi all,

I have been using Oracle PL/SQL fairly extensively these days, and came
up with a module that creates Perl wrappers for PL/SQL procedures, so
that I can call them just like Perl functions (without the need to
write SQL statements or to manually bind parameters).

After some discussion with the Perl monks, I decided that DBIx::Call
would be a good name for putting the module on CPAN.
(Although only Oracle is implemented now, it could be made to work with
other databases).

Any objections to what it does, how it does it, or the name?
Do you think it is at all useful?

Module: http://perl-pad.sourceforge.net/dbi/DBIx-Call-0.02.tar.gz
Perldoc : http://perl-pad.sourceforge.net/dbi/Call.html
Thread on Perlmonks: http://perlmonks.org/index.pl?node_id=410058

Cheers,

Thilo



Relevant Pages

  • Re: suggestions sought on returning rows from oracle proc and deleting them in same proc
    ... this is not Perl stuff but Oracle PL/SQL. ... Martin I would write the patch for you on that but I am not sure OCI is aeven able to do that. ... I needed the sets of IDs returned to perl but all the rows that would be scanned to get the set deleted. ...
    (perl.dbi.users)
  • Re: Programming Languages Decisions
    ... libraries with code that do the calculations at proper speed. ... Perl wrappers make it all better. ... As I myself have been stating, Perl is working okay for me. ...
    (comp.lang.perl.misc)
  • Re: programming GUIs
    ... Mario Ospelt writes: ... > Is there also a way to use perl instead of python? ... not as easy to use I think (never tried and not a frequent perl user) ... SWIG can make Perl wrappers for C++, but you must then provide a ...
    (comp.lang.fortran)