Ddb needs a maintainer
Eugene Wissner via Digitalmars-d-announce
digitalmars-d-announce at puremagic.com
Sun Feb 14 04:43:57 PST 2016
> Ideally a database library would consist separate projects for
> the different database drivers. These would be fully usable on
> their own. The database library would build a database
> independent layer on top of the drivers. Everything should be
> compatible with the IO model of vibe.
+1. It would be really great.
Does anybody know something about dpq2? It doesn't use
C-interface directly, but uses libpq's shared library (.so, .dll
or .lib). It claims to support async queries and is most actively
maintained in this time as I see. And it cares only about
PostgreSQL.
More information about the Digitalmars-d-announce
mailing list