std.database

Andrea Fontana via Digitalmars-d digitalmars-d at puremagic.com
Thu May 28 01:13:21 PDT 2015


It seems std.database.sql not std.database. You can't build, for 
example, a mongodb driver over this.



On Thursday, 28 May 2015 at 02:04:31 UTC, Erik Smith wrote:
> I'm working on a standards grade interface & implementation for 
> database clients in D.  It defines a common interface (the 
> implicit kind) and allows for both native and polymorphic 
> drivers.  A key feature is a range interface to query results.
>
> Here's the project page with the design highlights and examples 
> of usage:
>
> https://github.com/cruisercoder/ddb
>
> The implementation is in the early stages and only a few things 
> work, but I'm planning to include sqlite, mysql, Oracle, and 
> ODBC reference implementations.
>
> I could use some feedback on the basic approach I'm taking and 
> to help ensure that I'm not doing something horribly wrong with 
> my basic D skills.
>
> erik



More information about the Digitalmars-d mailing list