Thread overview
MySQL Bindings for D
Aug 01, 2003
Terry Bayne
Aug 01, 2003
Charles Sanders
Aug 01, 2003
Mike Wynn
August 01, 2003
Just wondering if anyone is working on creating a set of bindings for MySQL?  Was considering giving it a shot - should be educational.

Thanks
Terry
August 01, 2003
That would be awesome , get to work!

Chares

"Terry Bayne" <tbayne@hiwaay.net> wrote in message news:1jyxot9v3p0dj$.1g40swwos0wqy.dlg@40tude.net...
> Just wondering if anyone is working on creating a set of bindings for MySQL?  Was considering giving it a shot - should be educational.
>
> Thanks
> Terry


August 01, 2003
"Terry Bayne" <tbayne@hiwaay.net> wrote in message news:1jyxot9v3p0dj$.1g40swwos0wqy.dlg@40tude.net...
> Just wondering if anyone is working on creating a set of bindings for MySQL?  Was considering giving it a shot - should be educational.
>
> Thanks
> Terry

I'd be interested in seeing them, currently working on hacking COM
interfaces.
if you do a D MySQL lib, plz, plz make it like the C API, rather then the
C++ wrappers. I've no objection to a D class lib over the top but always
found the C (or perl) interface easier and quicker to use than the C++
classes I've tried.

Mike.