digitalmars.D.learn - How to do PostgreSQL with D Language?
- "jinheking" <caoqi bgi.net.cn> Jul 02 2008
- BLS <nanali nospam-wanadoo.fr> Jul 04 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 02 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/libpqfe.d which is part of the DOOL project... hope that helps Bjoern
Jul 04 2008
BLS schrieb: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/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
Jul 04 2008








BLS <nanali nospam-wanadoo.fr>