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
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
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
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
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