www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - MySQL in D

reply Charma <Motoko_Kusanagi web.de> writes:
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?
Jun 03 2007
parent reply Sean Kelly <sean f4.ca> writes:
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
Jun 03 2007
parent reply okibi <okibi ratedo.com> writes:
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
Jun 05 2007
parent Charma <Motoko_Kusanagi web.de> writes:
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
Jul 09 2007