www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - Any progress in std.database?

reply "Tobias Pankrath" <tobias pankrath.net> writes:
What's the state of the module to interface with (relational) 
databases?
Jul 01 2012
parent reply simendsjo <simendsjo gmail.com> writes:
On Sun, 01 Jul 2012 11:06:50 +0200, Tobias Pankrath <tobias pankrath.net>  
wrote:

 What's the state of the module to interface with (relational) databases?
Not that I know of. Several people have created some interfaces, but they are not compatible. Steve Teale began some work, but nobody has heard from him in a long time. DDBI for D1 was probably the best effort so far. See http://prowiki.org/wiki4d/wiki.cgi?DatabaseBindings for (seemingly) up to date information on different bindings.
Jul 01 2012
parent reply Mirko Pilger <pilger cymotec.de> writes:
 Steve Teale began some work
his api design and a first implementation for mysql is available on his site: http://britseyeview.com/software/mysqld/
Jul 01 2012
parent simendsjo <simendsjo gmail.com> writes:
On Sun, 01 Jul 2012 14:55:58 +0200, Mirko Pilger <pilger cymotec.de> wrote:

 Steve Teale began some work
his api design and a first implementation for mysql is available on his site: http://britseyeview.com/software/mysqld/
I'm also in the process of cleaning it up (remove all pointer fiddling and duplication), but it's far from finished: https://github.com/simendsjo/mysqln/commits/misc-cleanups
Jul 01 2012