www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - SQLite 3.5.16 bindings for D

reply Jaap Geurts <admin proficiosoftware.com> writes:
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
Jun 23 2009
parent reply enter <enter hotmail.com> writes:
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?
Jun 26 2009
parent reply dickl <dick221z yahoo.com> writes:
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;
Jun 26 2009
parent reply Ary Borenszweig <ary esperanto.org.ar> writes:
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?
Jun 26 2009
parent negerns <negerns gmail.com> writes:
Ary Borenszweig wrote:
 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?
Could this be included in the DDBI project? I believe that SQLite was started in DDBI back then. negerns
Jun 28 2009