[std.database]

Piotr Szturmaj bncrbme at jadamspam.pl
Mon Oct 10 13:07:18 PDT 2011


bls wrote:
> Am 10.10.2011 16:07, schrieb Steve Teale:
>
>> interface SQLDBConnection
>
> How do you support different database connection requirements. f.i.
> a non default port number
> What about special parameters only available on db system xxx ?

Since D support associative arrays, I vote to use them for passing 
connection properties instead of connection string. See 
PGConnection.open in pszturmaj.github.com/ddb/postgres.html.


More information about the Digitalmars-d mailing list