Thread overview
MySQL in D
Jun 03, 2007
Charma
Jun 03, 2007
Sean Kelly
Jun 05, 2007
okibi
Jul 09, 2007
Charma
June 03, 2007
Hello,
does anyone know how to access a MySQL-db in D? I have found this "driver" ( http://www.steinmole.de/d/ ) up to now but it doesn't seem to be anything offitial and dunno if there is anything better.

Does anyone know a std or lib or something to use?
June 03, 2007
Charma wrote:
> Hello,
> does anyone know how to access a MySQL-db in D? I have found this "driver" ( http://www.steinmole.de/d/ ) up to now but it doesn't seem to be anything offitial and dunno if there is anything better.
> 
> Does anyone know a std or lib or something to use?

Have you looked at DDBI?

http://dsource.org/projects/ddbi


Sean
June 05, 2007
Sean Kelly Wrote:

> Charma wrote:
> > Hello,
> > does anyone know how to access a MySQL-db in D? I have found this
> > "driver" ( http://www.steinmole.de/d/ ) up to now but it doesn't seem to
> > be anything offitial and dunno if there is anything better.
> > 
> > Does anyone know a std or lib or something to use?
> 
> Have you looked at DDBI?
> 
> http://dsource.org/projects/ddbi
> 
> 
> Sean

I would recommend DDBI. It's very easy to implement and has the fastest processing times of all the projects I've tried. Let me know if you need assistance with it.

okibi

July 09, 2007
everything okay so far. but i have a problem which i already wrote about in another thread "OpenAL with ogg" please check it out and answer there so that there is only one thread to follow to, thanks!!

Charma



okibi schrieb:
> Sean Kelly Wrote:
> 
>> Charma wrote:
>>> Hello,
>>> does anyone know how to access a MySQL-db in D? I have found this "driver" ( http://www.steinmole.de/d/ ) up to now but it doesn't seem to be anything offitial and dunno if there is anything better.
>>>
>>> Does anyone know a std or lib or something to use?
>> Have you looked at DDBI?
>>
>> http://dsource.org/projects/ddbi
>>
>>
>> Sean
> 
> I would recommend DDBI. It's very easy to implement and has the fastest processing times of all the projects I've tried. Let me know if you need assistance with it.
> 
> okibi
>