SQLite 3.5.16 bindings for D

Ary Borenszweig ary at esperanto.org.ar
Fri Jun 26 19:44:24 PDT 2009


dickl escribió:
> enter wrote:
>> Jaap Geurts Wrote:
>>
>>> I have just completed bindings for D for the latest SQLite 3.5.16. 
>>> You can download it here: http://www.proficiosoftware.com/ or 
>>> directlry here
>>> http://www.proficiosoftware.com/sqlitebindings
>>
>> Wonderful! But it use Tango? Can I use it with Phobos?
> Just replace:
> private import tango.core.Vararg; // For va_list.
> 
> with:
> private import std.stdarg;

Can't those be in druntime?


More information about the Digitalmars-d-announce mailing list