Thread overview
PostgreSQL driver
Feb 25, 2013
simendsjo
Jun 13, 2013
Ree
Jan 25, 2015
ChrisG
February 25, 2013
Does anyone have any experience using PostgreSQL with D?
I've found several libraries, but I'm uncertain which is usable
(if any..)
https://github.com/zhaopuming/pqd
https://github.com/denizzzka/dpq2
https://github.com/adamdruppe/misc-stuff-including-D-programming-language-web-stuff/blob/master/postgres.d
(uses libpg)
http://www.dsource.org/projects/ddbi
http://www.dsource.org/projects/dool/browser/trunk/src/dool/sql/dpq
http://pgfoundry.org/projects/pgd
https://github.com/pszturmaj/ddb
June 13, 2013
bump.. i think, but im curious too!!

January 25, 2015
So, it's been about a year since you asked this. Did you ever determine which PostgreSQL library to use? Is there one that makes any more sense than the others?