Thread overview
How to do PostgreSQL with D Language?
Jul 03, 2008
jinheking
Jul 04, 2008
BLS
Jul 04, 2008
BLS
July 03, 2008
How to do  the PostgreSQL libpq library written and available for the D programming language.


July 04, 2008
jinheking schrieb:
> How to do  the PostgreSQL libpq library written and available for the D programming language. 
> 
> 
Hello Heking,
I am not sure whether this answeres you question, but there exist a libpg D wrapper plus oop framework :
http://www.dsource.org/projects/ddbi

Maybe this one is more interesting for you :
http://www.dsource.org/projects/dool/browser/trunk/src/dool/sql/dpq/libpqfe.d

which is part of the DOOL project...

hope that helps
Bjoern
July 04, 2008
BLS schrieb:
> jinheking schrieb:
>> How to do  the PostgreSQL libpq library written and available for the D programming language.
>>
> Hello Heking,
> I am not sure whether this answeres you question, but there exist a libpg D wrapper plus oop framework :
> http://www.dsource.org/projects/ddbi
> 
> Maybe this one is more interesting for you :
> http://www.dsource.org/projects/dool/browser/trunk/src/dool/sql/dpq/libpqfe.d 
> 
> 
> which is part of the DOOL project...
> 
> hope that helps
> Bjoern

Sorry second link should have been :
http://www.dsource.org/projects/dool/browser/trunk/src/dool/sql/dpq