DDBC - D DataBase Connector - abstraction layer for RDBMS access, with interface similar to JDBC.
Source file ddbc/drivers/pgsqlddbc.d.
DDBC library attempts to provide implementation independent interface to different databases.
Set of supported RDBMSs can be extended by writing Drivers for particular DBs. Currently it only includes MySQL driver.
JDBC documentation can be found here: http://docs.oracle.com/javase/1.5.0/docs/api/java/sql/package-summary.html
This module contains implementation of PostgreSQL Driver
use this data source for tests
change to false to disable tests on real PostgreSQL server
change parameters if necessary
You can find usage examples in unittest{} sections.
See Source File
www.boost.org/LICENSE_1_0.txt, Boost License 1.0.
Copyright 2013
Vadim Lopatin
DDBC - D DataBase Connector - abstraction layer for RDBMS access, with interface similar to JDBC.
Source file ddbc/drivers/pgsqlddbc.d.
DDBC library attempts to provide implementation independent interface to different databases.
Set of supported RDBMSs can be extended by writing Drivers for particular DBs. Currently it only includes MySQL driver.
JDBC documentation can be found here: http://docs.oracle.com/javase/1.5.0/docs/api/java/sql/package-summary.html
This module contains implementation of PostgreSQL Driver