www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - ADO Style Database Classes

reply S. Chancellor <S._member pathlink.com> writes:
Hi All,
Does anyone have an effort to write a ado style class set (something like
http://adodb.sourceforge.net/)  IF not, is there a pgsql.d floating around
somewhere?  I have the mysql.d interface.
Dec 31 2005
parent reply J C Calvarese <technocrat7 gmail.com> writes:
In article <dp74eo$1t0a$1 digitaldaemon.com>, S. Chancellor says...
Hi All,
Does anyone have an effort to write a ado style class set (something like
http://adodb.sourceforge.net/)  IF not, is there a pgsql.d floating around
somewhere?  I have the mysql.d interface.
I don't know about any ADO-style classes that are available, but there are a couple projects mentioning PostgreSQL (is that what you mean by pqsql.d?) on http://www.prowiki.org/wiki4d/wiki.cgi?DatabaseBindings. jcc7
Jan 01 2006
parent reply S. Chancellor<dnewsgr mephit.kicks-ass.org> writes:
J C Calvarese <technocrat7 gmail.com> wrote:
In article <dp74eo$1t0a$1 digitaldaemon.com>, S. Chancellor says...
Hi All,
Does anyone have an effort to write a ado style class set (something like
http://adodb.sourceforge.net/)  IF not, is there a pgsql.d floating around
somewhere?  I have the mysql.d interface.
I don't know about any ADO-style classes that are available, but there are a couple projects mentioning PostgreSQL (is that what you mean by pqsql.d?) on http://www.prowiki.org/wiki4d/wiki.cgi?DatabaseBindings. jcc7
I found another one called DBI for D, but it seems rather remedial at this point and the author seems to have given up work on it. No parameterized sql, etc. I may just have to start a project. Seems like a rather important thing to be lacking. -- Email works.
Jan 02 2006
parent Brad Anderson <brad dsource.dot.org> writes:
S. Chancellor wrote:
 I found another one called DBI for D, but it seems rather remedial at
 this point and the author seems to have given up work on it.  No
 parameterized sql, etc.  I may just have to start a project.  Seems like a
rather
 important thing to be lacking.  
Even though the author may have given up on DDBI, we got the sources and put them in a SVN repos at dsource. http://trac.dsource.org/projects/ddbi/ Also, there's sdbo, not sure what state it's in. http://svn.dsource.org/projects/sdbo If anyone would like to merge them, or take one or the other or both over from an ownership standpoint, let me know. I'll give all the appropriate privileges... hth, BA
Jan 02 2006