Databases and the D Standard Library
Chris Wright via Digitalmars-d
digitalmars-d at puremagic.com
Mon Jan 2 08:33:31 PST 2017
On Sun, 01 Jan 2017 17:55:01 -0800, Adam Wilson wrote:
> On that I beg to differ. The C libraries are not @safe, they have wildly
> different API's, and they have high-complexity, which is a large
> risk-factor for bugs and/or security flaws.
If we have the database interface defined, there's no reason we couldn't
provide, for instance, a postgres-c-wrapper driver and a postgres-pure-d
driver.
More information about the Digitalmars-d
mailing list