digitalmars.D - How to do PostgreSQL with D Language?
- "jinheking" <caoqi bgi.net.cn> Jul 03 2008
- BLS <nanali nospam-wanadoo.fr> Jul 04 2008
How to do the PostgreSQL libpq library written and available for the D programming language.
Jul 03 2008
jinheking schrieb:How to do the PostgreSQL libpq library written and available for the D programming language.
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 which is part of the DOOL project... hope that helps Bjoern
Jul 04 2008








BLS <nanali nospam-wanadoo.fr>