Re: Perl core API

2002-02-18 Thread Colin Faber
the libmysqld api is part of the 4.x development branch at the moment, I suggest checking that out. If you're interested in the development branch I suggest hopping on to the internals list. Rodney Broom wrote: > > From: Colin Faber <[EMAIL PROTECTED]> > > > With the up and coming libmysqld l

Re: Perl core API

2002-02-18 Thread Rodney Broom
From: Colin Faber <[EMAIL PROTECTED]> > With the up and coming libmysqld library this should be possible; "libmysqld"? Sounds interesting, do you have an URL? > Though I don't really see any advantages to this given the front end > interface we have now (DBD::mysql) works like a charm. As a

Re: Perl core API

2002-02-18 Thread Colin Faber
With the up and coming libmysqld library this should be possible; assuming you want to sit down and take the time to write a module to interface it. Though I don't really see any advantages to this given the front end interface we have now (DBD::mysql) works like a charm. Regarding procedures, T

Re: Perl core API

2002-02-18 Thread Mike(mickalo)Blezien
you may wish to post this to the DBI mailing list: [EMAIL PROTECTED] >>On Mon, 18 Feb 2002 15:43:59 -0700, "Rodney Broom" <[EMAIL PROTECTED]> wrote: >>Has anybody ever talked seriously about a Perl API for MySQL? I'd like to be able to >access all phases of the MySQL deamon with Perl in muc

Perl core API

2002-02-18 Thread Rodney Broom
Has anybody ever talked seriously about a Perl API for MySQL? I'd like to be able to access all phases of the MySQL deamon with Perl in much the same way we access Apache via mod_perl. Things like: - Query rewrite - Data manipulation, pre-storage - Data manipulation, post-query - Prodedures